<Code Lib>
2026 Method
Changes 0
M

FamilyItemFactory.NewReferencePoint(PointElementReference)

Description:
Create a reference point on an existing reference in an Autodesk Revit family document.
Remarks:
The location and coordinate system of the point is determined by the particular PointReference subclass, and the point will remain constrained to that reference.
Overloads (3):
NewReferencePoint(PointElementReference)

public ReferencePoint NewReferencePoint(
	PointElementReference A_0
)

Return Value ReferencePoint The newly created ReferencePoint.

Loading…