STK AstrogatorSend comments on this topic.
CoordType Property (IAgVAAttitudeControlImpulsiveThrustVector)
See Also
Windows





Windows & Linux

Description

Gets or sets the coordinate representation for the DeltaV.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CoordType() As AgEVAImpDeltaVRep
[C#]
public AgEVAImpDeltaVRep CoordType {get; set;}
[Managed C++]
public: __property AgEVAImpDeltaVRep get_CoordType();
public: __property void set_CoordType( AgEVAImpDeltaVRep );
[Unmanaged C++]
public: HRESULT get_CoordType(
    AgEVAImpDeltaVRep * pVal
);
public: HRESULT put_CoordType(
    AgEVAImpDeltaVRep newVal
);
[Java]
public AgEVAImpDeltaVRep getCoordType();
public void setCoordType(
    AgEVAImpDeltaVRep
);
[Python - STK API ]
@property
def CoordType(self) -> "AgEVAImpDeltaVRep":

@CoordType.setter
def CoordType(self, newVal:"AgEVAImpDeltaVRep") -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.