PointGeometry.Point Property
Gets or sets the Point in the PointGeometry.
Syntax
public Point Point { get; set; }
Property Value
Platforms
Windows, Linux, Android
Gets or sets the Point in the PointGeometry.
If the instance that this property is a member of is part of a Feature that has been inserted into a MemoryDataSet then you must use the Guard class to lock the dataset that the Feature belongs to before you access this property.
More information about thread safety of objects in a dataset can be found in Threading Model, datasets and features.
public Point Point { get; set; }
Windows, Linux, Android
In this article
Gets or sets the point in the PointGeometry.
If the instance that this property is a member of is part of a Feature that has been inserted into a MemoryDataSet then you must use the Guard class to lock the dataset that the Feature belongs to before you access this property.
More information about thread safety of objects in a dataset can be found in Threading Model, datasets and features.
public:
Point point ( ) const;
void point ( const Point& value )
Windows, Linux, Android
In this article
Gets or sets the point in the PointGeometry.
If the instance that this property is a member of is part of a Feature that has been inserted into a MemoryDataSet then you must use the Guard class to lock the dataset that the Feature belongs to before you access this property.
More information about thread safety of objects in a dataset can be found in Threading Model, datasets and features.
public final Point getPoint ( );
public final void setPoint ( Point value );
Windows, Linux, Android
In this article
Gets or sets the point in the PointGeometry.
If the instance that this property is a member of is part of a Feature that has been inserted into a MemoryDataSet then you must use the Guard class to lock the dataset that the Feature belongs to before you access this property.
More information about thread safety of objects in a dataset can be found in Threading Model, datasets and features.
point
Windows, Linux, Android
In this article