ArcObjects Library Reference (System)  

IObjectUpdate.Update Method

Updates object's properties.

[Visual Basic .NET]
Public Sub Update ( _
    ByVal props As IPropertySet _
)
[C#]
public void Update (
    IPropertySet props
);
[C++]
HRESULT Update(
  IPropertySet* props
);
[C++]

Parameters

props [in]

  props is a parameter of type IPropertySet

Product Availability

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

See Also

IObjectUpdate Interface