Gets the associate family parameter id of the specified connector parameter id.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2017
Syntax
| Visual Basic |
|---|
Public Function GetAssociateFamilyParameterId ( _
connectorParameterId As ElementId _
) As ElementId |
| Visual C++ |
|---|
public:
ElementId^ GetAssociateFamilyParameterId(
ElementId^ connectorParameterId
) |
Return Value
Returns valid ElementId if the connectorParameterId associates to one family parameter; otherwise returns invalid ElementId.
Exceptions
See Also