STK ObjectsSend comments on this topic.
Tangential Property (IAgAdvCATChosenObject)
See Also
Windows





Windows & Linux

Description

Semi-major Axes Size along A.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Tangential() As Double
[C#]
public double Tangential {get; set;}
[Managed C++]
public: __property double get_Tangential();
public: __property void set_Tangential( double );
[Unmanaged C++]
public: HRESULT get_Tangential(
    double * pVal
);
public: HRESULT put_Tangential(
    double Tangential
);
[Java]
public double getTangential();
public void setTangential(
    double
);
[Python - STK API ]
@property
def Tangential(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.