STK ObjectsSend comments on this topic.
ReferenceHeight Property (IAgVeExpDensModelParams)
See Also
Windows





Windows & Linux

Description

Gets or sets 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 * pVal
);
public: HRESULT put_ReferenceHeight(
    double ReferenceHeight
);
[Java]
public double getReferenceHeight();
public void setReferenceHeight(
    double
);
[Python - STK API ]
@property
def ReferenceHeight(self) -> float:

@ReferenceHeight.setter
def ReferenceHeight(self, ReferenceHeight:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.