STK AgRadarPluginSend comments on this topic.
Area Property (IAgStkRadarClutterPatch)
See Also
Windows





Windows & Linux

Description

Gets or sets the patch area.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Area() As Double
[C#]
public double Area {get; set;}
[Managed C++]
public: __property double get_Area();
public: __property void set_Area( double );
[Unmanaged C++]
public: HRESULT get_Area(
    double * pArea
);
public: HRESULT put_Area(
    double area
);
[Java]
public double getArea();
public void setArea(
    double
);

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.