Description
Exclusion Angle value. Uses Angle Dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property ExclusionAngle() As System.Object
|
[C#] |
---|
public System.Object ExclusionAngle {get; set;}
|
[Managed C++] |
---|
public: __property VARIANT get_ExclusionAngle(); public: __property void set_ExclusionAngle( VARIANT );
|
[Unmanaged C++] |
---|
public: HRESULT get_ExclusionAngle( VARIANT * pRetVal ); public: HRESULT put_ExclusionAngle( VARIANT NewExclusionAngle );
|
[Java] |
---|
public Variant getExclusionAngle();public void setExclusionAngle( Variant );
|
See Also