Gets the user-interface state of the current feature.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetUIState( _
ByVal StateType As Integer _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IFeature
Dim StateType As Integer
Dim value As Boolean
value = instance.GetUIState(StateType)
|
Parameters
- StateType
User interface state type as defined in swUIStates_e
Return Value
True if the state type is set, false if it is not
Example
Remarks
See Also