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


IVectorFieldRendererFunctionArguments.ReferenceSystem Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IV > IVectorFieldRendererFunctionArguments Interface > IVectorFieldRendererFunctionArguments.ReferenceSystem Property
ArcGIS Developer Help

IVectorFieldRendererFunctionArguments.ReferenceSystem Property

.

[Visual Basic .NET]
Public Property ReferenceSystem As esriSymbolRotationType
[C#]
public esriSymbolRotationType ReferenceSystem {get; set;}
[C++]
HRESULT get_ReferenceSystem(
  esriSymbolRotationType* pType
);
[C++]
HRESULT put_ReferenceSystem(
  esriSymbolRotationType pType
);
[C++]
Parameters
pType [out, retval]

pType is a parameter of type esriSymbolRotationType* pType [in]
pType is a parameter of type esriSymbolRotationType

Product Availability

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

See Also

IVectorFieldRendererFunctionArguments Interface