STK ObjectsSend comments on this topic.
Height Property (IAgVeVOBearingBox)
See Also
Windows





Windows & Linux

Description

Indicates the Height of the box. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Height() As Double
[C#]
public double Height {get; set;}
[Managed C++]
public: __property double get_Height();
public: __property void set_Height( double );
[Unmanaged C++]
public: HRESULT get_Height(
    double * pVal
);
public: HRESULT put_Height(
    double val
);
[Java]
public double getHeight();
public void setHeight(
    double
);
[Python - STK API ]
@property
def Height(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.