Graphics settings.
Read-only property
[Visual Basic .NET] |
---|
Public Property Graphics() As IAgVeSpEnvGraphics |
[C#] |
---|
public IAgVeSpEnvGraphics Graphics {get;} |
[Managed C++] |
---|
public: __property IAgVeSpEnvGraphics ^ get_Graphics(); |
[Unmanaged C++] |
---|
public: HRESULT get_Graphics( IAgVeSpEnvGraphics ** ppVal ); |
[Java] |
---|
public IAgVeSpEnvGraphics getGraphics(); |
[Python - STK API ] |
---|
@property def Graphics(self) -> "IAgVeSpEnvGraphics": |