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


IEnhancedInfoRenderer.DirectionalVectorProperties Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

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