STK ObjectsSend comments on this topic.
ZSemiAxisLength Property (IAgVeVOEllipsoid)
See Also
Windows





Windows & Linux

Description

Indicates how far along the Z axis of the reference frame the box extends. Value must be greater than 0.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ZSemiAxisLength() As Double
[C#]
public double ZSemiAxisLength {get; set;}
[Managed C++]
public: __property double get_ZSemiAxisLength();
public: __property void set_ZSemiAxisLength( double );
[Unmanaged C++]
public: HRESULT get_ZSemiAxisLength(
    double * pVal
);
public: HRESULT put_ZSemiAxisLength(
    double ZSemiAxisLength
);
[Java]
public double getZSemiAxisLength();
public void setZSemiAxisLength(
    double
);
[Python - STK API ]
@property
def ZSemiAxisLength(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.