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


ILocationTriggerAdmin.ValidateProperties Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IL > ILocationTriggerAdmin Interface > ILocationTriggerAdmin.ValidateProperties Property
ArcGIS Developer Help

ILocationTriggerAdmin.ValidateProperties Property

Indicates whether this location trigger has been configured properly.

[Visual Basic .NET]
Public ReadOnly Property ValidateProperties As Boolean
[C#]
public bool ValidateProperties {get;}
[C++]
HRESULT get_ValidateProperties(
  Boolean* pbvarValid
);
[C++]
Parameters
pbvarValid [out, retval]

pbvarValid is a parameter of type bool*

Product Availability

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

See Also

ILocationTriggerAdmin Interface