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 * pVal
);
public: HRESULT put_OuterConeHalfAngle(
VARIANT pVal
);
|
[Java] |
---|
public VARIANT getOuterConeHalfAngle();
public void setOuterConeHalfAngle(
VARIANT
);
|
See Also