Geometry.IsValid Property
Gets a value indicating whether the Geometry is valid or not.
Syntax
public System.Boolean IsValid { get; }
Property Value
True if the geometry is valid; otherwise, False.
Platforms
Windows, Linux, Android
Gets a value indicating whether the Geometry is valid or not.
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 System.Boolean IsValid { get; }
Windows, Linux, Android
In this article
Gets a value indicating whether the Geometry is valid or not.
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:
bool isValid ( ) const;
Windows, Linux, Android
In this article
Gets a value indicating whether the Geometry is valid or not.
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 boolean isValid ( )
Windows, Linux, Android
In this article
Gets a value indicating whether the Geometry is valid or not.
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.
isValid
Windows, Linux, Android
In this article