STK AgAsHpopPluginSend comments on this topic.
SetParameterizationName Method (IAgAsDensityModelResultRegister)
See Also
Name
Windows





Windows & Linux

Description

Registers a name for the estimation parameterization. This name is used during the selection of estimation parameters and to validate files of pre-computed corrections.

Syntax

[Visual Basic .NET]
Public Sub SetParameterizationName( _
    ByVal Name As String _
)
[C#]
public void SetParameterizationName(
    string Name
);
[Managed C++]
public: void SetParameterizationName(
    String __gc ^ Name
);
[Unmanaged C++]
public: HRESULT SetParameterizationName(
    BSTR Name
);
[Java]
public void setParameterizationName(
    String Name
);
[Python - STK API ]
def SetParameterizationName(self, Name:str) -> None:

Parameters

Name

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.