STK ObjectsSend comments on this topic.
LevelAttributes Property (IAgGfxRangeContours)
See Also
Windows





Windows & Linux

Description

The collection of level attributes defining the way in which the range contours are displayed.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property LevelAttributes() As IAgLevelAttributeCollection
[C#]
public IAgLevelAttributeCollection LevelAttributes {get;}
[Managed C++]
public: __property IAgLevelAttributeCollection ^ get_LevelAttributes();
[Unmanaged C++]
public: HRESULT get_LevelAttributes(
    IAgLevelAttributeCollection ** ppLevelAttr
);
[Java]
public IAgLevelAttributeCollection getLevelAttributes();
[Python - STK API ]
@property
def LevelAttributes(self) -> "IAgLevelAttributeCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.