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