Arc.Center Property

ArcCenter Property

Returns the center of the arc.

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

Property Value

XYZ
See Also