2027 Members
Changes 0
M

Parameter Methods

Name Return Type Description Inherited From
M AsDouble() Double Provides access to the double precision number within the parameter.
M AsElementId() ElementId Provides access to the Autodesk::Revit::DB::ElementId^ stored within the parameter.
M AsInteger() Int32 Provides access to the integer number within the parameter.
M AssociateWithGlobalParameter(ElementId) None Associates this parameter with a global parameter in the same document.
M AsString() String Provides access to the string contents of the parameter.
M AsValueString() String Get the parameter value as a string with units.
M AsValueString(FormatOptions) String Get the parameter value as a string with units.
M CanBeAssociatedWithGlobalParameter(ElementId) Boolean Tests whether this parameter can be associated with the given global parameter.
M CanBeAssociatedWithGlobalParameters() Boolean Tests whether this parameter can be associated with any global parameter.
M ClearValue() Boolean Clears the parameter to its initial value.
M Dispose() None Causes the object to release immediately any resources it may be utilizing. (Inherited from APIObject ) APIObject
M DissociateFromGlobalParameter() None Dissociates this parameter from a global parameter.
M Equals None Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
M GetAssociatedGlobalParameter() ElementId Returns a global parameter, if any, currently associated with this parameter.
M GetHashCode None Serves as the default hash function. (Inherited from Object ) Object
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M GetTypeId() ForgeTypeId Gets the identifier of the parameter.
M GetUnitTypeId() ForgeTypeId Gets the identifier of the unit quantifying the parameter value.
M Set(Double) Boolean Sets the parameter to a new real number value.
M Set(ElementId) Boolean Sets the parameter to a new element id.
M Set(Int32) Boolean Sets the parameter to a new integer value.
M Set(String) Boolean Sets the parameter to a new string of text.
M SetMultiple(IList<Tuple<ParameterParameterValue>>) List<Parameter> Sets multiple parameters to new values.
M SetValueString(String) Boolean Set the parameter value according to the input string.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object