ShapeHasCompartments.SetShape(Compartment, CompartmentShape) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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