Description
Inner half angle to define the angular radius of the cone measured from the boresight. When an inner cone is specified, the inner region is considered to be a region of exclusion. Uses Angle Dimension.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property InnerConeHalfAngle() As System.Object
|
[C#] |
---|
public System.Object InnerConeHalfAngle {get; set;}
|
[Managed C++] |
---|
public: __property VARIANT get_InnerConeHalfAngle(); public: __property void set_InnerConeHalfAngle(
VARIANT
);
|
[Unmanaged C++] |
---|
public: HRESULT get_InnerConeHalfAngle(
VARIANT * pVal
);
public: HRESULT put_InnerConeHalfAngle(
VARIANT pVal
);
|
[Java] |
---|
public VARIANT getInnerConeHalfAngle();
public void setInnerConeHalfAngle(
VARIANT
);
|
See Also