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






Windows & Linux

Description

The contour level for which graphics properties are being defined.

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 * pVal
);
public: HRESULT put_Level(
    VARIANT Level
);
[Java]
public VARIANT getLevel();
public void setLevel(
    VARIANT
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.