Returns the state of the associated entity.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetEntityState( _
ByVal WhichState As Integer _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IAttribute
Dim WhichState As Integer
Dim value As Boolean
value = instance.GetEntityState(WhichState)
|
Parameters
- WhichState
Entity state are defined in swAssociatedEntityStates_e
Return Value
True if the query state matches WhichState, false if not
Example
Remarks
See Also