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