ArcObjects Library Reference (TrackingAnalyst)  

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

Parameters

pbvarValid [out, retval]   pbvarValid is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

ILocationTriggerAdmin Interface