IParamDynamicValueForEquals Property (Object, String) |
Gets or sets the value of a numeric parameter in a (referenced) document or component.
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: 23.0
SyntaxReadOnly Property ValueForEquals (
componentOrDocName As Object,
paramName As String
) As DoubleForEquals
Get
DoubleForEquals this[
Object componentOrDocName,
string paramName
] { get; }
Parameters
- componentOrDocName
- Type: SystemObject
The name of the component or document. - paramName
- Type: SystemString
The parameter name.
Property Value
Type:
DoubleForEquals
See Also