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