Adds a feature to set of input features used in constructed features.
Visual Basic |
---|
Public Function AddInputFeat( _ ByVal ID As String _ ) As Boolean |
- ID
- Required String that is the ID of the feature to add to the set of input features.
Boolean value. Boolean returns true if the function succeeds, false if it fails.
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.