MySqlGeometry.SRID Property

MySQL Connector/Net

MySqlGeometrySRID Property

Namespace: MySql.Data.Types
Assembly: MySql.Data (in MySql.Data.dll) Version: 6.9.9
Syntax
public Nullable<int> SRID { get; }
Public ReadOnly Property SRID As Nullable(Of Integer)
	Get
public:
property Nullable<int> SRID {
	Nullable<int> get ();
}
member SRID : Nullable<int> with get

Property Value

Type: NullableInt32
See Also