ArcObjects Library Reference (OutputUI)  

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