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


IObjectUpdate.Update Method (ArcObjects .NET 10.5 SDK)
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