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


IEnhancedInfoRenderer.DirectionalVectorProperties Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IE > IEnhancedInfoRenderer Interface > IEnhancedInfoRenderer.DirectionalVectorProperties Property
ArcGIS Developer Help

IEnhancedInfoRenderer.DirectionalVectorProperties Property

Properties associated with the directional vector renderer portion of the Enhanced Info renderer.

[Visual Basic .NET]
Public Property DirectionalVectorProperties As IDirectionalVectorRendererProperties
[C#]
public IDirectionalVectorRendererProperties DirectionalVectorProperties {get; set;}
[C++]
HRESULT get_DirectionalVectorProperties(
  IDirectionalVectorRendererProperties** ppiProperties
);
[C++]
HRESULT putref_DirectionalVectorProperties(
  IDirectionalVectorRendererProperties* ppiProperties
);
[C++]
Parameters
ppiProperties [out, retval]

ppiProperties is a parameter of type IDirectionalVectorRendererProperties** ppiProperties [in]
ppiProperties is a parameter of type IDirectionalVectorRendererProperties*

Product Availability

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

See Also

IEnhancedInfoRenderer Interface