Adds rotation feature to iterative alignment
Visual Basic |
---|
Public Function AddRotateFeat( _ ByVal ID As String _ ) As Boolean |
- ID
- Required String that is the ID of the feature to add to the Rotate set.
This method returns a boolean value. Boolean returns true if the function succeeds, false if it fails.
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 rotate features. On objects of other types, it does nothing.