STK ObjectsSend comments on this topic.
Attributes Property (IAgMsGraphics)
See Also
Windows





Windows & Linux

Description

Get the 2D Graphics attributes.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.