AGI AgCrdnPlugin 11 Send comments on this topic.
GetCalcParameterSetWithRate Method (IAgCrdnPluginCalcProvider)
See Also 
Name
SourceName





Description

Creates an IAgCrdnConfiguredCalcParameterSetWithRate handle to the named Calc ParameterSet.

Syntax

[Visual Basic .NET]
Public Function GetCalcParameterSetWithRate( _
   ByVal Name As String, _
   ByVal SourceName As String _
) As AgCrdnConfiguredCalcParameterSetWithRate

[C#]
public AgCrdnConfiguredCalcParameterSetWithRate GetCalcParameterSetWithRate(
string Name,
string SourceName
);

[Managed C++]
public: AgCrdnConfiguredCalcParameterSetWithRate^ GetCalcParameterSetWithRate(
String __gc ^ Name,
String __gc ^ SourceName
);

[Java]
public AgCrdnConfiguredCalcParameterSetWithRate getCalcParameterSetWithRate(
String Name,
String SourceName
);

[Unmanaged C++]
public: HRESULT GetCalcParameterSetWithRate(
BSTR Name,
BSTR SourceName,
AgCrdnConfiguredCalcParameterSetWithRate ** ReturnValue
);

Parameters

Name
SourceName

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1