Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > OldBasic Object : PutFeatData Method
PutFeatData Method
Description
Puts feature data into the command specified by the ID
Syntax
Visual Basic
Public Sub PutFeatData( _
   ByVal ID As String, _
   ByVal buffer As FeatData, _
   ByVal dtype As PCDMEASTHEO, _
   ByVal XYZ As XYZTYPES, _
   ByVal IJK As IJKTYPES _
) 
Parameters
ID
buffer
dtype
ValueDescription
PCD__MEAS 
PCD_THEO 
XYZ
ValueDescription
PCD_BALLCENTER 
PCD_CENTROID 
PCD_ENDPOINT 
PCD_MIDPOINT 
PCD_STARTPOINT 
IJK
ValueDescription
PCD__VECTOR 
PCD_SLOTVECTOR 
PCD_SURFACEVECTOR 
Remarks

Parameters, allowed values, and limitations are identical to those of GetFeatData. The data currently in buffer is stored in the feature identified by the ID string.

See Also