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