Configure the appearance of the orbit track, the marker, etc. when the vehicle isn't in sunlight at all.
Read-only property
[Visual Basic .NET] |
---|
Public Property Umbra() As IAgVeGfxAttributesBasic |
[C#] |
---|
public IAgVeGfxAttributesBasic Umbra {get;} |
[Managed C++] |
---|
public: __property IAgVeGfxAttributesBasic ^ get_Umbra(); |
[Unmanaged C++] |
---|
public: HRESULT get_Umbra( IAgVeGfxAttributesBasic ** ppRetVal ); |
[Java] |
---|
public IAgVeGfxAttributesBasic getUmbra(); |
[Python - STK API ] |
---|
@property def Umbra(self) -> "IAgVeGfxAttributesBasic": |