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: 2015.0.0.0 (2015.0.0.0)

Syntax

C#
public bool IsParameterLockable(
	FamilyParameter familyParameter
)
Visual Basic
Public Function IsParameterLockable ( _
	familyParameter As FamilyParameter _
) As Boolean
Visual C++
public:
bool IsParameterLockable(
	FamilyParameter^ familyParameter
)

Parameters

familyParameter
Type: Autodesk.Revit.DB FamilyParameter

Return Value

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

See Also