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