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


IArcPressDriverPropertiesPageDialog.UpdateObject Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > OutputExtensionsUI > ESRI.ArcGIS.OutputExtensionsUI > Interfaces > IA > IArcPressDriverPropertiesPageDialog Interface > IArcPressDriverPropertiesPageDialog.UpdateObject Method
ArcGIS Developer Help

IArcPressDriverPropertiesPageDialog.UpdateObject Method

Called by properties manager to update the object data.

[Visual Basic .NET]
Public Sub UpdateObject ( _
    ByVal pObject As Object _
)
[C#]
public void UpdateObject (
    object pObject
);

Product Availability

Available with ArcGIS Desktop.

See Also

IArcPressDriverPropertiesPageDialog Interface