Gets the Globe Overlay Role of the Globe Overlay.
Read-only property
[Visual Basic .NET] |
---|
Public Property Role() As AgEStkGraphicsGlobeOverlayRole |
[C#] |
---|
public AgEStkGraphicsGlobeOverlayRole Role {get;} |
[Managed C++] |
---|
public: __property AgEStkGraphicsGlobeOverlayRole get_Role(); |
[Unmanaged C++] |
---|
public: HRESULT get_Role( AgEStkGraphicsGlobeOverlayRole * pRetVal ); |
[Java] |
---|
public AgEStkGraphicsGlobeOverlayRole getRole(); |
[Python - STK API ] |
---|
@property def Role(self) -> "AgEStkGraphicsGlobeOverlayRole": |