Description
The angle from the boresight (Z) direction to the edge of the sensor in the XZ plane of the sensor's coordinate system. Uses Angle Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property HorizontalHalfAngle() As System.Object
|
| [C#] |
|---|
public System.Object HorizontalHalfAngle {get; set;}
|
| [Managed C++] |
|---|
public: __property VARIANT get_HorizontalHalfAngle(); public: __property void set_HorizontalHalfAngle(
VARIANT
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_HorizontalHalfAngle(
VARIANT * pVal
);
public: HRESULT put_HorizontalHalfAngle(
VARIANT pVal
);
|
| [Java] |
|---|
public VARIANT getHorizontalHalfAngle();
public void setHorizontalHalfAngle(
VARIANT
);
|
See Also