AGI STK Objects 11 Send comments on this topic.
ReferenceHeight Property (IAgVeExpDensModelParams)
See Also 





Description

The reference height. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceHeight() As Double

[C#]
public double ReferenceHeight {get; set;}

[Managed C++]
public: __property double get_ReferenceHeight();
public: __property void set_ReferenceHeight(
double
);

[Unmanaged C++]
public: HRESULT get_ReferenceHeight(
double * pRetVal
);
public: HRESULT put_ReferenceHeight(
double NewReferenceHeight
);

[Java]
public double getReferenceHeight();public void setReferenceHeight(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1