Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > AlignCmnd Object : AddLevelFeat Method
Required String that is the ID of the feature to add to the level set.
AddLevelFeat Method
Description
Adds level feature to iterative alignment
Syntax
Visual Basic
Public Function AddLevelFeat( _
   ByVal ID As String _
) As Boolean
Parameters
ID
Required String that is the ID of the feature to add to the level set.
Return Type
This method returns a boolean value. Boolean returns true if the function succeeds, false if it fails.
Remarks
This function only has an effect on objects of type ITER_ALIGN. On objects of this type, it adds the feature with the ID ID to the set of level features. On objects of other types, it does nothing.
See Also