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


IPropertySet.GetProperties 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.GetProperties Method
ArcGIS Developer Help

IPropertySet.GetProperties Method

The values of the specified properties.

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

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 GetProperties method returns values from a PropertySet CoClass.

See Also

IPropertySet Interface