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


IDirectionalVectorRendererProperties.GlobalProperties Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > ID > IDirectionalVectorRendererProperties Interface > IDirectionalVectorRendererProperties.GlobalProperties Property
ArcGIS Developer Help

IDirectionalVectorRendererProperties.GlobalProperties Property

Indicates if the renderer properties object is the global version obtained from the Tracking Environment vs. a layer specific version.

[Visual Basic .NET]
Public Property GlobalProperties As Boolean
[C#]
public bool GlobalProperties {get; set;}
[C++]
HRESULT get_GlobalProperties(
void
);
[C++]
HRESULT put_GlobalProperties(
);

Product Availability

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

See Also

IDirectionalVectorRendererProperties Interface