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





Windows & Linux

Description

Semi-major Axes Size along C.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Normal() As Double
[C#]
public double Normal {get; set;}
[Managed C++]
public: __property double get_Normal();
public: __property void set_Normal( double );
[Unmanaged C++]
public: HRESULT get_Normal(
    double * pVal
);
public: HRESULT put_Normal(
    double Normal
);
[Java]
public double getNormal();
public void setNormal(
    double
);
[Python - STK API ]
@property
def Normal(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.