Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > OldBasic Object : AddFeature Method
ID string of the feature to add.
X offset for an offset point. Single offset for this feature for an offset plane or line.
Y offset for an offset point.
Z offset for an offset point.
AddFeature Method
Description
Adds a feature. This function is used for constructed features only. The parameters off1, off2, and off3 are only used in the case of offset points, planes, or lines.
Syntax
Visual Basic
Public Sub AddFeature( _
   ByVal ID As String, _
   ByVal off1 As Double, _
   ByVal off2 As Double, _
   ByVal off3 As Double _
) 
Parameters
ID
ID string of the feature to add.
off1
X offset for an offset point. Single offset for this feature for an offset plane or line.
off2
Y offset for an offset point.
off3
Z offset for an offset point.
See Also