STK ObjectsSend comments on this topic.
GfxAttributes Property (IAgVeGfxInterval)
See Also
Windows





Windows & Linux

Description

Get the 2D Graphics attributes for the interval.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property GfxAttributes() As IAgVeGfxAttributesBasic
[C#]
public IAgVeGfxAttributesBasic GfxAttributes {get;}
[Managed C++]
public: __property IAgVeGfxAttributesBasic ^ get_GfxAttributes();
[Unmanaged C++]
public: HRESULT get_GfxAttributes(
    IAgVeGfxAttributesBasic ** ppRetVal
);
[Java]
public IAgVeGfxAttributesBasic getGfxAttributes();
[Python - STK API ]
@property
def GfxAttributes(self) -> "IAgVeGfxAttributesBasic":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.