Description
Gets or sets the closure high off boresight angle tolerance.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property HOBSAngleTol() As System.Object
|
[C#] |
---|
public System.Object HOBSAngleTol {get; set;}
|
[Managed C++] |
---|
public: __property VARIANT get_HOBSAngleTol(); public: __property void set_HOBSAngleTol(
VARIANT
);
|
[Unmanaged C++] |
---|
public: HRESULT get_HOBSAngleTol(
VARIANT * pVal
);
public: HRESULT put_HOBSAngleTol(
VARIANT newVal
);
|
[Java] |
---|
public AgVariant getHOBSAngleTol();
public void setHOBSAngleTol(
AgVariant
);
|
See Also