Gets or sets the cutoff angle.
Read-write property
[Visual Basic .NET] |
---|
Public Property CutoffAngle() As System.Object |
[C#] |
---|
public System.Object CutoffAngle {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_CutoffAngle(); |
[Unmanaged C++] |
---|
public: HRESULT get_CutoffAngle( VARIANT * pVal ); public: HRESULT put_CutoffAngle( VARIANT val ); |
[Java] |
---|
public AgVariant getCutoffAngle(); public void setCutoffAngle( AgVariant ); |