<Code Lib>
2025 Method
Changes 0
M

FamilyType.AsElementId

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

public ElementId AsElementId(
	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.

Loading…