Get the 2D Graphics attributes for the interval.
Read-only property
[Visual Basic .NET] |
---|
Public Property GfxAttributes() As IAgVeGfxAttributesBasic |
[C#] |
---|
public IAgVeGfxAttributesBasic GfxAttributes {get;} |
[Managed C++] |
---|
public: __property IAgVeGfxAttributesBasic ^ get_GfxAttributes(); |
[Unmanaged C++] |
---|
public: HRESULT get_GfxAttributes( IAgVeGfxAttributesBasic ** ppRetVal ); |
[Java] |
---|
public IAgVeGfxAttributesBasic getGfxAttributes(); |
[Python - STK API ] |
---|
@property def GfxAttributes(self) -> "IAgVeGfxAttributesBasic": |