Heureka API .NET Documentation
PolygonCenter Property



Gets center of polygon
Syntax
'Declaration
 
<BrowsableAttribute(False)>
Public ReadOnly Property PolygonCenter As Nullable(Of PointD)
'Usage
 
Dim instance As TreatmentUnit
Dim value As Nullable(Of PointD)
 
value = instance.PolygonCenter
[Browsable(false)]
public Nullable<PointD> PolygonCenter {get;}
[Browsable(false)]
public:
property Nullable<PointD> PolygonCenter {
   Nullable<PointD> get();
}
Remarks
Returns center of bounding box, if the treatment unit has a gis polygon
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

TreatmentUnit Class
TreatmentUnit Members

Send Feedback