Get the chain's 2D static graphics properties.
Read-only property
[Visual Basic .NET] |
---|
Public Property Static() As IAgChGfxStatic |
[C#] |
---|
public IAgChGfxStatic Static {get;} |
[Managed C++] |
---|
public: __property IAgChGfxStatic ^ get_Static(); |
[Unmanaged C++] |
---|
public: HRESULT get_Static( IAgChGfxStatic ** ppVal ); |
[Java] |
---|
public IAgChGfxStatic getStatic(); |
[Python - STK API ] |
---|
@property def Static(self) -> "IAgChGfxStatic": |