STK AstrogatorSend comments on this topic.
DragCorrectionType Property (IAgVADTM2020)
See Also
Windows





Windows & Linux

Description

Drag correction type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DragCorrectionType() As AgEVADragCorrectionType
[C#]
public AgEVADragCorrectionType DragCorrectionType {get; set;}
[Managed C++]
public: __property AgEVADragCorrectionType get_DragCorrectionType();
public: __property void set_DragCorrectionType( AgEVADragCorrectionType );
[Unmanaged C++]
public: HRESULT get_DragCorrectionType(
    AgEVADragCorrectionType * pVal
);
public: HRESULT put_DragCorrectionType(
    AgEVADragCorrectionType InVal
);
[Java]
public AgEVADragCorrectionType getDragCorrectionType();
public void setDragCorrectionType(
    AgEVADragCorrectionType
);
[Python - STK API ]
@property
def DragCorrectionType(self) -> "AgEVADragCorrectionType":

@DragCorrectionType.setter
def DragCorrectionType(self, InVal:"AgEVADragCorrectionType") -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.