The collection of level attributes defining the way in which the range contours are displayed.
Read-only property
[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": |