Share

FamilyType.AsElementId Method

Provides access to the Autodesk::Revit::DB::ElementId^ stored in the given family parameter.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public ElementId AsElementId(
	FamilyParameter familyParameter
)

Parameters

familyParameter  FamilyParameter
 

Return Value

ElementId
The Autodesk::Revit::DB::ElementId^ contained in the parameter.Returns an invalid element id if the storage type of the input argument is Autodesk::Revit::DB::ElementId^ type or this parameter has no value.

Exceptions

ExceptionCondition
ArgumentNullException Thrown when the input argument-"familyParameter"-is null.
ArgumentException Thrown if the input argument-"familyParameter"-is invalid,

See Also

Reference

Was this information helpful?