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

FamilyManager.IsParameterLocked

Method
Description:
For Conceptual Mass and Curtain Panel families, indicate whether the specified dimension-driving parameter is locked.
Syntax
public bool IsParameterLocked(
	FamilyParameter familyParameter
)
Parameters
Parameter Type Description
familyParameter FamilyParameter
Return Value
Type Description
Boolean True if the parameter is lockable and is locked; false otherwise.
Exceptions
Exception Condition
InvalidOperationException Thrown if this family is not a Conceptual Mass or Curtain Panel family.