Sets the boundary area type to Ellipse.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgAreaTypeEllipse SetAreaTypeEllipse( double SemiMajorAxis, double SemiMinorAxis, System.Object Bearing ); |
| [Managed C++] |
|---|
public: IAgAreaTypeEllipse^ SetAreaTypeEllipse( double SemiMajorAxis, double SemiMinorAxis, VARIANT Bearing ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgAreaTypeEllipse setAreaTypeEllipse( double SemiMajorAxis, double SemiMinorAxis, AgVariant Bearing ); |
[Python - STK API ] |
|---|
def SetAreaTypeEllipse(self, SemiMajorAxis:float, SemiMinorAxis:float, Bearing:typing.Any) -> "IAgAreaTypeEllipse": |
- SemiMajorAxis
- SemiMinorAxis
- Bearing
Set an elliptical area target (using common tasks)
| [C#] | ||
|---|---|---|
| ||
Set an elliptical area target (using common tasks)
| [Visual Basic .NET] | ||
|---|---|---|
| ||






