Description
Gets or sets the cutoff angle.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property CutoffAngle() As System.Object
|
| [C#] |
|---|
public System.Object CutoffAngle {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_CutoffAngle(); public: __property void set_CutoffAngle(
VARIANT
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_CutoffAngle(
VARIANT * pVal
);
public: HRESULT put_CutoffAngle(
VARIANT val
);
|
| [Java] |
|---|
public AgVariant getCutoffAngle();
public void setCutoffAngle(
AgVariant
);
|
| [Python - STK API] |
|---|
@property
def CutoffAngle(self) -> typing.Any:
@CutoffAngle.setter
def CutoffAngle(self, val:typing.Any) -> None:
|
See Also