ShapeHasCompartments.SetShape(Compartment, CompartmentShape) Method

Definition

Sets Shape.

public:
 static void SetShape(Microsoft::VisualStudio::Modeling::DslDefinition::Compartment ^ element, Microsoft::VisualStudio::Modeling::DslDefinition::CompartmentShape ^ newShape);
[System.Diagnostics.DebuggerStepThrough]
public static void SetShape (Microsoft.VisualStudio.Modeling.DslDefinition.Compartment element, Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShape newShape);
[<System.Diagnostics.DebuggerStepThrough>]
static member SetShape : Microsoft.VisualStudio.Modeling.DslDefinition.Compartment * Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShape -> unit
Public Shared Sub SetShape (element As Compartment, newShape As CompartmentShape)

Parameters

element
Compartment
newShape
CompartmentShape
Attributes

Applies to