Create a scalar calculation defined from a time-dependent data element from STK data providers available for parent STK object.
[Visual Basic .NET] |
---|
Public Function CreateCalcScalarDataElementWithGroup( _ ByVal Name As String, _ ByVal Description As String, _ ByVal DataProvider As String, _ ByVal GroupName As String, _ ByVal ElementName As String _ ) As |
[C#] |
---|
public IAgCrdnCalcScalar CreateCalcScalarDataElementWithGroup( string Name, string Description, string DataProvider, string GroupName, string ElementName ); |
[Managed C++] |
---|
public: IAgCrdnCalcScalar^ CreateCalcScalarDataElementWithGroup( String __gc ^ Name, String __gc ^ Description, String __gc ^ DataProvider, String __gc ^ GroupName, String __gc ^ ElementName ); |
[Java] |
---|
public IAgCrdnCalcScalar createCalcScalarDataElementWithGroup( String Name, String Description, String DataProvider, String GroupName, String ElementName ); |
[Unmanaged C++] |
---|
public: HRESULT CreateCalcScalarDataElementWithGroup( BSTR Name, BSTR Description, BSTR DataProvider, BSTR GroupName, BSTR ElementName, IAgCrdnCalcScalar ** ppRetVal ); |
- Name
- Description
- DataProvider
- GroupName
- ElementName
Spaces and most punctuation ( except for "-_().") cannot be used as a part of a component name when creating new components via VGT API.