ShapeLayerSpatialReferenceId Property  | 
  Gets or sets the spatial reference number as a string. The spatial reference number defines the
            coordinate system to which the coordinates of the shapes belong. 
 
    Namespace: 
   Ptv.XServer.Controls.Map.Layers.Shapes
    Assembly:
   Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntaxpublic string SpatialReferenceId { get; set; }Public Property SpatialReferenceId As String
	Get
	Set
public:
property String^ SpatialReferenceId {
	String^ get ();
	void set (String^ value);
}member SpatialReferenceId : string with get, set
Property Value
Type: 
String
See Also