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






Windows & Linux

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

© 2018 Analytical Graphics, Inc. All Rights Reserved.