AddInputFeat Method
Description
Adds a feature to set of input features used in constructed features.
Syntax
Visual Basic |
---|
Public Function AddInputFeat( _ ByVal ID As String _ ) As Boolean |
Parameters
- ID
- Required String that is the ID of the feature to add to the set of input features.
Return Type
Boolean value. Boolean returns true if the function succeeds, false if it fails.
Remarks
This function only tries to add ID to a FeatCmd object representing a constructed feature if the two features exist and ID precedes the FeatCmd object in the command list. If the FeatCmd is not a constructed feature, this function will fail.
See Also