DesignSurfaceElementOperations Constructor
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
DesignSurfaceElementOperations(IServiceProvider, Diagram) | Initializes a new instance of the DesignSurfaceElementOperations class for a specific diagram The model partition is assumed to be that of the model element the diagram is viewing. | |
DesignSurfaceElementOperations(IServiceProvider, Partition) | Initializes a new instance of the DesignSurfaceElementOperations class. Note that since no Diagram is specified, multiple diagrams will not be supported and any merged PELs will end up in the default diagram (the first created diagram viewing the model) | |
DesignSurfaceElementOperations(IServiceProvider, Partition, Diagram) | Initializes a new instance of the DesignSurfaceElementOperations class. |
Top