Gets or sets the value of a 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.
Namespace: Autodesk.iLogic.Interfaces
Assembly: Autodesk.iLogic.Interfaces (in Autodesk.iLogic.Interfaces.dll) Version: 30.0
Syntax
VB
Default Property Value ( docAndParamName As String ) As Object Get Set
C#
Object this[ string docAndParamName ] { get; set; }
Parameters
- docAndParamName
- Type: System.String
Parameter name (with optional document name prefix).
