STK Vector Geometry ToolSend comments on this topic.
IAgCrdnCalcScalarConstant Interface

Description

Constant scalar value of specified dimension.

Public Properties

Public Property DimensionThe dimension of the constant value, this can be any of the STK supported dimensions.
Public Property ValueA value which can be in any STK supported unit available for selected dimension.

Interfaces

Implemented Interface
IAgCrdnCalcScalar
IAgCrdn

CoClasses that Implement IAgCrdnCalcScalarConstant

Example

Create a calc scalar constant.
[C#]
//Create a calc scalar constant.
IAgCrdnCalcScalarConstant calcScalar = (IAgCrdnCalcScalarConstant)provider.CalcScalars.Factory.Create(
    "CalcScalarName", "Calc scalar constant.", AgECrdnCalcScalarType.eCrdnCalcScalarTypeConstant);
Create a calc scalar constant.
[Visual Basic .NET]
'Create a calc scalar constant.
Dim calcScalar As IAgCrdnCalcScalarConstant = DirectCast(provider.CalcScalars.Factory.Create("CalcScalarName", "Calc scalar constant.", AgECrdnCalcScalarType.eCrdnCalcScalarTypeConstant), IAgCrdnCalcScalarConstant)
© 2024 Analytical Graphics, Inc. All Rights Reserved.