CanElementParameterBeAssociated Method


Indicates if this element parameter can be associated with a family parameter.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 2015.0.0.0 (2015.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

See Also