Gets or sets the value of a numeric parameter. If the parameter is numeric (and not unitless), the value will be in the document units that are dimensionally the same as the parameter units.
The value is of the type DoubleForEquals, which is designed to be used for equality testing of numbers.
Namespace:
Autodesk.iLogic.Interfaces
Assembly:
Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 25.0
Syntax
VB
ReadOnly Property ValueForEquals (
docAndParamName As String
) As DoubleForEquals
Get
C#
DoubleForEquals this[
string docAndParamName
] { get; }
Parameters
- docAndParamName
- Type: System.String
Parameter name (with optional document name prefix).
Property Value
Type:
DoubleForEquals
See Also
Reference