Gets or sets the closure high off boresight max angle.
Read-write property
[Visual Basic .NET] |
---|
Public Property HOBSMaxAngle() As System.Object |
[C#] |
---|
public System.Object HOBSMaxAngle {get; set;} |
[Managed C++] |
---|
public: __property VARIANT get_HOBSMaxAngle(); |
[Unmanaged C++] |
---|
public: HRESULT get_HOBSMaxAngle( VARIANT * pVal ); public: HRESULT put_HOBSMaxAngle( VARIANT newVal ); |
[Java] |
---|
public AgVariant getHOBSMaxAngle(); public void setHOBSMaxAngle( AgVariant ); |