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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.