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