Default 2D attributes.
Read-only property
[Visual Basic .NET] |
---|
Public Property Default() As IAgVeGfxAttributesBasic |
[C#] |
---|
public IAgVeGfxAttributesBasic Default {get;} |
[Managed C++] |
---|
public: __property IAgVeGfxAttributesBasic ^ get_Default(); |
[Unmanaged C++] |
---|
public: HRESULT get_Default( IAgVeGfxAttributesBasic ** ppVal ); |
[Java] |
---|
public IAgVeGfxAttributesBasic getDefault(); |
[Python - STK API ] |
---|
@property def Default(self) -> "IAgVeGfxAttributesBasic": |