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


IPropSet.GetAllProperties Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IPropSet.GetAllProperties Method

The name and value of all the properties in the property set.

[Visual Basic .NET]
Public Sub GetAllProperties ( _
    ByRef names As Object, _
    ByRef values As Object _
)
[C#]
public void GetAllProperties (
    ref object names,
    ref object values
);
[C++]
HRESULT GetAllProperties(
  VARIANT* names,
  VARIANT* values
);
[C++]

Parameters names [in, out] names is a parameter of type VARIANT values [in, out] values is a parameter of type VARIANT

Product Availability

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

See Also

IPropSet Interface