Create a scalar calculation of constant value of the specified dimension.
[Visual Basic .NET] |
---|
Public Function CreateCalcScalarConstant( _ ByVal Name As String, _ ByVal Description As String _ ) As IAgCrdnCalcScalar |
[C#] |
---|
public IAgCrdnCalcScalar CreateCalcScalarConstant( |
[Managed C++] |
---|
public: IAgCrdnCalcScalar^ CreateCalcScalarConstant( |
[Java] |
---|
public IAgCrdnCalcScalar createCalcScalarConstant( |
[Unmanaged C++] |
---|
public: HRESULT CreateCalcScalarConstant( |
- Name
- Component's name. The name must not have spaces.
- Description
- Component's optional description.
Spaces and most punctuation ( except for "-_().") cannot be used as a part of a component name when creating new components via VGT API.