Triggered when the query display state changes for entity labels.
[Visual Basic .NET] |
---|
Public Event OnShowLabels( _ ByVal Sender As IAgRt3QueryGraphics _ ) |
[C#] |
---|
public void OnShowLabels( IAgRt3QueryGraphics Sender ); |
[Managed C++] |
---|
public: void OnShowLabels( IAgRt3QueryGraphics ^ Sender ); |
[Java] |
---|
public void onShowLabels( IAgRt3QueryGraphics Sender ); |
[Unmanaged C++] |
---|
public: HRESULT OnShowLabels( IAgRt3QueryGraphics * Sender ); |
- Sender