STK AgAsHpopPluginSend comments on this topic.
DragArea Property (IAgAsHpopPluginResult)
See Also
Windows





Windows & Linux

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 * pDragArea
);
public: HRESULT put_DragArea(
    double NewDragArea
);
[Java]
public double getDragArea();
public void setDragArea(
    double
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.