This document is archived and information here might be outdated.  Recommended version.


IQueryDescription.Srid Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IQueryDescription.Srid Property

Srid of the resultset.

[Visual Basic .NET]
Public Property Srid As String
[C#]
public string Srid {get; set;}
[C++]
HRESULT get_Srid(
  BSTR* pSrid
);
[C++]
HRESULT put_Srid(
  BSTR pSrid
);
[C++]

Parameters pSrid [out, retval] pSrid is a parameter of type BSTR pSrid [in] pSrid is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IQueryDescription Interface