STK AgRadarPluginSend comments on this topic.
Role Property (IAgStkRadarPosVelProvider)
See Also
Windows





Windows & Linux

Description

Gets the IAgStkRadarPosVelProvider role.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Role() As AgEStkRadarPosVelProviderRole
[C#]
public AgEStkRadarPosVelProviderRole Role {get;}
[Managed C++]
public: __property AgEStkRadarPosVelProviderRole get_Role();
[Unmanaged C++]
public: HRESULT get_Role(
    AgEStkRadarPosVelProviderRole * pPosVelRole
);
[Java]
public AgEStkRadarPosVelProviderRole getRole();

Remarks

When working with multiple IAgStkRadarPolVelProvider instances, the Role property can be used to determine if the instance is a transmit radar, receiver radar, target, or clutter patch.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.