STK AviatorSend comments on this topic.
CentroidTrueCourse Property (IAgAvtrProcedureAreaTargetSearch)
See Also
Windows





Windows & Linux

Description

Gets or sets the specific course of the search pattern.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CentroidTrueCourse() As System.Object
[C#]
public System.Object CentroidTrueCourse {get; set;}
[Managed C++]
public: __property VARIANT get_CentroidTrueCourse();
public: __property void set_CentroidTrueCourse( VARIANT );
[Unmanaged C++]
public: HRESULT get_CentroidTrueCourse(
    VARIANT * pVal
);
public: HRESULT put_CentroidTrueCourse(
    VARIANT newVal
);
[Java]
public AgVariant getCentroidTrueCourse();
public void setCentroidTrueCourse(
    AgVariant
);
[Python - STK API ]
@property
def CentroidTrueCourse(self) -> typing.Any:

@CentroidTrueCourse.setter
def CentroidTrueCourse(self, newVal:typing.Any) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.