Share

FamilyManager.IsParameterLocked Method

For Conceptual Mass and Curtain Panel families, indicate whether the specified dimension-driving parameter is locked.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public bool IsParameterLocked(
	FamilyParameter familyParameter
)

Parameters

familyParameter  FamilyParameter
 

Return Value

Boolean
True if the parameter is lockable and is locked; false otherwise.

Exceptions

ExceptionCondition
InvalidOperationException Thrown if this family is not a Conceptual Mass or Curtain Panel family.

See Also

Reference

Was this information helpful?