This document is archived and information here might be outdated. Recommended version. |
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*