SetHostPointReference Method


Change the host point reference.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2013

Syntax

C#
public void SetHostPointReference(
	Reference hostPointReference
)
Visual Basic
Public Sub SetHostPointReference ( _
	hostPointReference As Reference _
)
Visual C++
public:
void SetHostPointReference(
	Reference^ hostPointReference
)

Parameters

hostPointReference
Type: Autodesk.Revit.DBReference

Remarks

Allowed references are to another Autodesk.Revit.DB.ReferencePoint element or to an Autodesk.Revit.DB.Point.

See Also

ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →