Contour level display properties.
Read-only property
[Visual Basic .NET] |
---|
Public Property LevelAttributes() As IAgFmGfxLevelAttributesCollection |
[C#] |
---|
public IAgFmGfxLevelAttributesCollection LevelAttributes {get;} |
[Managed C++] |
---|
public: __property IAgFmGfxLevelAttributesCollection ^ get_LevelAttributes(); |
[Unmanaged C++] |
---|
public: HRESULT get_LevelAttributes( IAgFmGfxLevelAttributesCollection ** ppVal ); |
[Java] |
---|
public IAgFmGfxLevelAttributesCollection getLevelAttributes(); |
[Python - STK API ] |
---|
@property def LevelAttributes(self) -> "IAgFmGfxLevelAttributesCollection": |