This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IP > IPropSet Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members for managing a PropSet.
Description | ||
---|---|---|
Count | The number of properties contained in the property set. | |
GetAllProperties | The name and value of all the properties in the property set. | |
GetProperty | The value of the specified property. | |
RemoveProperty | Removes a property from the set. | |
SetProperties | Set the property collection from an array of names and values. | |
SetProperty | The value of the specified property. |
CoClasses and Classes | Description |
---|---|
PropSet | Defines set of properties for data. |