Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > FeatCmd Object : RemoveInputFeat Method
Required Long between one and expression.NumHits
RemoveInputFeat Method
Description
Removes the feature at the specified index position.
Syntax
Visual Basic
Public Function RemoveInputFeat( _
   ByVal index As Long _
) As Boolean
Parameters
index
Required Long between one and expression.NumHits
Return Type
Boolean value. This function returns TRUE if FeatCmd is a constructed object and Index is the index of a input feature.
Remarks
When successful, this function removes the feature at the specified index position.
See Also