Description
Outer half angle to define the angular radius of the cone measured from the boresight. Uses Angle Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property OuterConeHalfAngle() As System.Object
|
| [C#] |
|---|
public System.Object OuterConeHalfAngle {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_OuterConeHalfAngle(); public: __property void set_OuterConeHalfAngle( VARIANT );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_OuterConeHalfAngle( VARIANT * pRetVal ); public: HRESULT put_OuterConeHalfAngle( VARIANT NewOuterConeHalfAngle );
|
| [Java] |
|---|
public Variant getOuterConeHalfAngle();public void setOuterConeHalfAngle( Variant );
|
See Also