AGI STK Objects 11 Send comments on this topic.
Level Property (IAgLevelAttribute)
See Also 





Description

Contour level.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Level() As System.Object

[C#]
public System.Object Level {get; set;}

[Managed C++]
public: __property VARIANT get_Level();
public: __property void set_Level(
VARIANT
);

[Unmanaged C++]
public: HRESULT get_Level(
VARIANT * pRetVal
);
public: HRESULT put_Level(
VARIANT NewLevel
);

[Java]
public Variant getLevel();public void setLevel(
Variant
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1