For Conceptual Mass and Curtain Panel families,
indicate whether the specified dimension-driving
parameter is locked.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
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
See Also
Reference