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


IConditionalAction2.SpatialReference Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IConditionalAction2.SpatialReference Property

String describing the Spatial Reference used by the Action.

[Visual Basic .NET]
Public Property SpatialReference As String
[C#]
public string SpatialReference {get; set;}
[C++]
HRESULT get_SpatialReference(
  BSTR* pVal
);
[C++]
HRESULT put_SpatialReference(
  BSTR pVal
);
[C++]

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

Product Availability

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

See Also

IConditionalAction2 Interface