FamilyManagerIsParameterLockable Method

For Conceptual Mass and Curtain Panel families, indicate whether the specified parameter can be locked.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsParameterLockable(
	FamilyParameter familyParameter
)

Parameters

familyParameter  FamilyParameter
 

Return Value

Boolean
True if the family is a Conceptual Mass or Curtain Panel Family and the parameter drives one or more dimensions; false otherwise.
See Also