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


ILocationTriggerAdmin.Properties 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.Properties Property
ArcGIS Developer Help

ILocationTriggerAdmin.Properties Property

PropertySet of all configurable items for this location trigger.

[Visual Basic .NET]
Public Property Properties As IPropertySet
[C#]
public IPropertySet Properties {get; set;}
[C++]
HRESULT get_Properties(
  IPropertySet** ppiProperties
);
[C++]
HRESULT put_Properties(
  IPropertySet* ppiProperties
);
[C++]
Parameters
ppiProperties [out, retval]

ppiProperties is a parameter of type IPropertySet** ppiProperties [in]
ppiProperties is a parameter of type IPropertySet*

Product Availability

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

See Also

ILocationTriggerAdmin Interface