Create a scalar calculation that is defined by a dot product between two vectors.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgCrdnCalcScalar CreateCalcScalarDotProduct( string Name, string Description ); |
| [Managed C++] |
|---|
public: IAgCrdnCalcScalar^ CreateCalcScalarDotProduct( String __gc ^ Name, String __gc ^ Description ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnCalcScalar createCalcScalarDotProduct( String Name, String Description ); |
[Python - STK API ] |
|---|
def CreateCalcScalarDotProduct(self, Name:str, Description:str) -> "IAgCrdnCalcScalar": |
- Name
- Component's name. The name must not have spaces.
- Description
- Component's optional description.






