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





Description

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

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_SRPArea();
public: __property void set_SRPArea(
double
);

[Unmanaged C++]
public: HRESULT get_SRPArea(
double * pRetVal
);
public: HRESULT put_SRPArea(
double NewSRPArea
);

[Java]
public double getSRPArea();public void setSRPArea(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1