This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IE > IEventAttributeProperties Interface > IEventAttributeProperties.GlobalProperties Property (ArcObjects .NET 10.4 SDK) |
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* pVal
);
[C++]
HRESULT put_GlobalProperties(
VARIANT_BOOL pVal
);
[C++]
Parameters pVal [out, retval] pVal is a parameter of type VARIANT_BOOL pVal [in] pVal is a parameter of type VARIANT_BOOL