Share

FamilyManager.IsParameterLockable 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.1.0.0 (26.1.0.34)

Syntax

C#

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

Reference

Was this information helpful?