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


IPropertySet.GetAllProperties Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IP > IPropertySet Interface > IPropertySet.GetAllProperties Method
ArcGIS Developer Help

IPropertySet.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 [out]

names is a parameter of type VARIANT* values [out]
values is a parameter of type VARIANT*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The GetAllProperties retrieves all names and values in the property set.

See Also

IPropertySet Interface