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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.