AGI AgAsHpopPlugin 11 Send comments on this topic.
DragArea Property (IAgAsHpopPluginResult)
See Also 





Description

Drag Area in meters^2. Can only be set if Drag is on.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DragArea() As Double

[C#]
public double DragArea {get; set;}

[Managed C++]
public: __property double get_DragArea();
public: __property void set_DragArea(
double
);

[Unmanaged C++]
public: HRESULT get_DragArea(
double * pRetVal
);
public: HRESULT put_DragArea(
double NewDragArea
);

[Java]
public double getDragArea();public void setDragArea(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1