public bool ChangeSubtype( int proposedCode, bool propogate )
Public Function ChangeSubtype( _ ByVal proposedCode As Integer, _ Optional ByVal propogate As Boolean _ ) As Boolean
Parameters
- proposedCode
- An integer value indicating the desired code
- propogate
- A Boolean value indicating whether the default attributes for the feature need to be changed to those defined by the proposed subtype
Return Value
A boolean indicating whether subtype change was applied.