ArcObjects Library Reference (TrackingAnalyst)  

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(
  VARIANT_BOOL* pbvGlobal
);
[C++]
HRESULT put_GlobalProperties(
  VARIANT_BOOL pbvGlobal
);
[C++]

Parameters

pbvGlobal [out, retval]   pbvGlobal is a parameter of type VARIANT_BOOL pbvGlobal [in]   pbvGlobal is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDirectionalVectorRendererProperties Interface