Gets the KmlGraphics
associated with the Central Body in the Scene.
Read-only property
[Visual Basic .NET] |
---|
Public Property Kml() As IAgStkGraphicsKmlGraphics
|
[C#] |
---|
public IAgStkGraphicsKmlGraphics Kml {get;}
|
[Managed C++] |
---|
public: __property IAgStkGraphicsKmlGraphics^ get_Kml();
|
[Unmanaged C++] |
---|
public: HRESULT get_Kml(
|
[Java] |
---|
public IAgStkGraphicsKmlGraphics getKml();
|