PolyloopCentroid Property |
The polygon centroid.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic XYZ Centroid { get; }
Public ReadOnly Property Centroid As XYZ
Get
public:
property XYZ^ Centroid {
XYZ^ get ();
}
member Centroid : XYZ with get
Property Value
XYZ
See Also