STK ObjectsSend comments on this topic.
H Property (IAgDelaunayH)
See Also
Windows





Windows & Linux

Description

The value of Delaunay H. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property H() As Double
[C#]
public double H {get; set;}
[Managed C++]
public: __property double get_H();
public: __property void set_H( double );
[Unmanaged C++]
public: HRESULT get_H(
    double * pVal
);
public: HRESULT put_H(
    double vH
);
[Java]
public double getH();
public void setH(
    double
);
[Python - STK API ]
@property
def H(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.