STK AgAsHpopPluginSend comments on this topic.
SetDensity Method (IAgAsDensityModelResultEval)
See Also
Density
Windows





Windows & Linux

Description

Sets the Density for the model

Syntax

[Visual Basic .NET]
Public Sub SetDensity( _
    ByVal Density As Double _
)
[C#]
public void SetDensity(
    double Density
);
[Managed C++]
public: void SetDensity(
    double Density
);
[Unmanaged C++]
public: HRESULT SetDensity(
    double Density
);
[Java]
public void setDensity(
    double Density
);

Parameters

Density

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.