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 AgVariant getLevel();
public void setLevel(
AgVariant
);
|
| [Python - STK API] |
|---|
@property
def Level(self) -> typing.Any:
@Level.setter
def Level(self, Level:typing.Any) -> None:
|
See Also