CompartmentMapping.InitializeCompartmentShape(CompartmentShape) Method

Definition

Update the compartment specified by this mapping with the value specified by this mapping from the object model

public:
 void InitializeCompartmentShape(Microsoft::VisualStudio::Modeling::Diagrams::CompartmentShape ^ compartmentShape);
public void InitializeCompartmentShape (Microsoft.VisualStudio.Modeling.Diagrams.CompartmentShape compartmentShape);
member this.InitializeCompartmentShape : Microsoft.VisualStudio.Modeling.Diagrams.CompartmentShape -> unit
Public Sub InitializeCompartmentShape (compartmentShape As CompartmentShape)

Parameters

compartmentShape
CompartmentShape

The compartment shape that hosts the compartment specified by this mapping

Applies to