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


IPropSet Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IP > IPropSet Interface
ArcGIS Developer Help

IPropSet Interface

Provides access to members for managing a PropSet.

Product Availability

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

Members

Name Description
Read-only property Count The number of properties contained in the property set.
Method GetAllProperties The name and value of all the properties in the property set.
Method GetProperty The value of the specified property.
Method RemoveProperty Removes a property from the set.
Method SetProperties Set the property collection from an array of names and values.
Method SetProperty The value of the specified property.

Classes that implement IPropSet

Classes Description
PropSet Defines set of properties for data.