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


IConditionalAction.SpatialReference Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IC > IConditionalAction Interface > IConditionalAction.SpatialReference Property
ArcGIS Developer Help

IConditionalAction.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(
  System.String* pVal
);
[C++]
Parameters
pVal [in]

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

Product Availability

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

See Also

IConditionalAction Interface