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


IExportPropertiesDialog.SetObject Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > OutputUI > ESRI.ArcGIS.OutputUI > Interfaces > IE > IExportPropertiesDialog Interface > IExportPropertiesDialog.SetObject Method
ArcGIS Developer Help

IExportPropertiesDialog.SetObject Method

Called by properties manager to setup the object for properties.

[Visual Basic .NET]
Public Sub SetObject ( _
    ByVal pObject As IExport _
)
[C#]
public void SetObject (
    IExport pObject
);

Product Availability

Available with ArcGIS Desktop.

See Also

IExportPropertiesDialog Interface