RVTDocs.com
Namespace: Autodesk.Revit.DB Class: Subelement

Subelement.IsParameterModifiable

Method
Description:
Checks if given parameter of this subelement is modifiable.
Syntax
public bool IsParameterModifiable(
	ElementId parameterId
)
Parameters
Parameter Type Description
parameterId ElementId Parameter id.
Return Value
Type Description
Boolean True if given parameter of this subelement is modifiable, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null