STK ObjectsSend comments on this topic.
SecondaryDefaultTangential Property (IAgAdvCAT)
See Also
Windows





Windows & Linux

Description

Secondary default value for Semi-major Axes Size along A.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SecondaryDefaultTangential() As Double
[C#]
public double SecondaryDefaultTangential {get; set;}
[Managed C++]
public: __property double get_SecondaryDefaultTangential();
public: __property void set_SecondaryDefaultTangential( double );
[Unmanaged C++]
public: HRESULT get_SecondaryDefaultTangential(
    double * pVal
);
public: HRESULT put_SecondaryDefaultTangential(
    double Tangential
);
[Java]
public double getSecondaryDefaultTangential();
public void setSecondaryDefaultTangential(
    double
);
[Python - STK API ]
@property
def SecondaryDefaultTangential(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.