Revit 2021 API |
FamilyManager..::..CanElementParameterBeAssociated Method |
FamilyManager Class See Also |
Indicates if this element parameter can be associated with a family parameter.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.0.0.0)
Syntax
C# |
---|
public bool CanElementParameterBeAssociated( Parameter elementParameter ) |
Visual Basic |
---|
Public Function CanElementParameterBeAssociated ( _ elementParameter As Parameter _ ) As Boolean |
Visual C++ |
---|
public: bool CanElementParameterBeAssociated( Parameter^ elementParameter ) |
Parameters
- elementParameter
- Type: Autodesk.Revit.DB..::..Parameter