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