STK ObjectsSend comments on this topic.
GroundLocationGraphics Property (IAgGroundLocation)
See Also
Windows





Windows & Linux

Description

Get the 2D Graphics properties of the ground location.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property GroundLocationGraphics() As IAgGroundLocationGraphics
[C#]
public IAgGroundLocationGraphics GroundLocationGraphics {get;}
[Managed C++]
public: __property IAgGroundLocationGraphics ^ get_GroundLocationGraphics();
[Unmanaged C++]
public: HRESULT get_GroundLocationGraphics(
    IAgGroundLocationGraphics ** ppAgGraphics
);
[Java]
public IAgGroundLocationGraphics getGroundLocationGraphics();
[Python - STK API ]
@property
def GroundLocationGraphics(self) -> "IAgGroundLocationGraphics":

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.