ArcObjects Library Reference (Carto)  

IWMSIdentifyObject.PropertySet Property

PropertySet of the identify object.

[Visual Basic .NET]
Public Property PropertySet As IPropertySet
[C#]
public IPropertySet PropertySet {get; set;}
[C++]
HRESULT get_PropertySet(
  IPropertySet** PropertySet
);
[C++]
HRESULT putref_PropertySet(
  IPropertySet* PropertySet
);
[C++]

Parameters

PropertySet [out, retval]

  PropertySet is a parameter of type IPropertySet

PropertySet [in]

  PropertySet is a parameter of type IPropertySet

Product Availability

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

See Also

IWMSIdentifyObject Interface