This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > SchematicControls > ESRI.ArcGIS.SchematicControls > Interfaces > IS > ISchematicBuilderUI Interface > ISchematicBuilderUI.SetObject Method (ArcObjects .NET 10.4 SDK) |
Supplies the builder UI with the diagram class, the application and the create diagram dialog.
[Visual Basic .NET] Public Sub SetObject ( _ ByVal pSchematicDiagramClass As ISchematicDiagramClass, _ ByVal hook As Object, _ ByVal pDiagramDialog As ISchematicCreateDiagramDialog _ )
[C#] public void SetObject ( ISchematicDiagramClass pSchematicDiagramClass, object hook, ISchematicCreateDiagramDialog pDiagramDialog );
[C++]
HRESULT SetObject(
ISchematicDiagramClass* pSchematicDiagramClass,
IDispatch* hook,
ISchematicCreateDiagramDialog* pDiagramDialog
);
[C++]
Parameters pSchematicDiagramClass [in]
pSchematicDiagramClass is a parameter of type ISchematicDiagramClass hook [in] hook is a parameter of type IDispatch* pDiagramDialog [in]
pDiagramDialog is a parameter of type ISchematicCreateDiagramDialog