IAgODProvideTrackingDataLib 13Send comments on this topic.
CoordSystem Property (IAgODTrackerVector)
See Also
Windows





Windows & Linux

Description

Specifies the coordinate system the tracker vector is in.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CoordSystem() As ETrackerCoordSystem
[C#]
public ETrackerCoordSystem CoordSystem {get; set;}
[Managed C++]
public: __property ETrackerCoordSystem get_CoordSystem();
public: __property void set_CoordSystem( ETrackerCoordSystem );
[Unmanaged C++]
public: HRESULT get_CoordSystem(
    ETrackerCoordSystem * pVal
);
public: HRESULT put_CoordSystem(
    ETrackerCoordSystem newVal
);
[Java]
public ETrackerCoordSystem getCoordSystem();
public void setCoordSystem(
    ETrackerCoordSystem
);
[Python - STK API ]
@property
def CoordSystem(self) -> ETrackerCoordSystem:

@CoordSystem.setter
def CoordSystem(self, newVal:ETrackerCoordSystem) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.