AGI STK VGT 11Send comments on this topic.
SetWithGroup Method (IAgCrdnCalcScalarDataElement)
See Also 
DataProvider
The name of the data provider.
TypeName
ElementName
The name of the element of the sub-provider.
Windows






Windows & Linux

Description

Set the data provider name, the element name, and data provider type name.

Syntax

[Visual Basic .NET]
Public Sub SetWithGroup( _
   ByVal DataProvider As String, _
   ByVal TypeName As String, _
   ByVal ElementName As String _
) 
[C#]
public void SetWithGroup(
   string DataProvider,
   string TypeName,
   string ElementName
);
[Managed C++]
public: void SetWithGroup(
   String __gc ^ DataProvider,
   String __gc ^ TypeName,
   String __gc ^ ElementName
);
[Java]
public  setWithGroup(
   String DataProvider,
   String TypeName,
   String ElementName
);
[Unmanaged C++]
public: HRESULT SetWithGroup(
   BSTR DataProvider,
   BSTR TypeName,
   BSTR ElementName
);

Parameters

DataProvider
The name of the data provider.
TypeName
ElementName
The name of the element of the sub-provider.

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.