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


IDatasetDef2.SpatialReferance Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IDatasetDef2.SpatialReferance Property

Spatial reference value for the dataset definition.

[Visual Basic .NET]
Public Property SpatialReferance As Object
[C#]
public object SpatialReferance {get; set;}
[C++]
HRESULT get_SpatialReferance(
  VARIANT* piSpatialReference
);
[C++]
HRESULT put_SpatialReferance(
  VARIANT* piSpatialReference
);
[C++]

Parameters piSpatialReference [out, retval] piSpatialReference is a parameter of type VARIANT piSpatialReference [in] piSpatialReference is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IDatasetDef2 Interface