CompartmentShapeMapReferencesCompartmentShape.SetCompartmentShape 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 CompartmentShape.
public:
static void SetCompartmentShape(Microsoft::VisualStudio::Modeling::DslDefinition::CompartmentShapeMap ^ element, Microsoft::VisualStudio::Modeling::DslDefinition::CompartmentShape ^ newShape);
[System.Diagnostics.DebuggerStepThrough]
public static void SetCompartmentShape (Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShapeMap element, Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShape newShape);
[<System.Diagnostics.DebuggerStepThrough>]
static member SetCompartmentShape : Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShapeMap * Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShape -> unit
Public Shared Sub SetCompartmentShape (element As CompartmentShapeMap, newShape As CompartmentShape)
Parameters
- element
- CompartmentShapeMap
- newShape
- CompartmentShape
- Attributes