HomeCamera.Pivot Property

HomeCameraPivot Property

The pivot point.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public XYZ Pivot { get; }
Public ReadOnly Property Pivot As XYZ
	Get
public:
property XYZ^ Pivot {
	XYZ^ get ();
}
member Pivot : XYZ with get

Property Value

XYZ
See Also