Get the display options for regions of umbra.
Read-only property
[Visual Basic .NET] |
---|
Public Property Umbra() As IAgVeGfxLightingElement |
[C#] |
---|
public IAgVeGfxLightingElement Umbra {get;} |
[Managed C++] |
---|
public: __property IAgVeGfxLightingElement ^ get_Umbra(); |
[Unmanaged C++] |
---|
public: HRESULT get_Umbra( IAgVeGfxLightingElement ** ppVal ); |
[Java] |
---|
public IAgVeGfxLightingElement getUmbra(); |
[Python - STK API ] |
---|
@property def Umbra(self) -> "IAgVeGfxLightingElement": |