Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets ShapeMap.
Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)
Syntax
'Declaration
Public Shared Sub SetShapeMap ( _
    element As CompartmentMap, _
    newShapeMap As CompartmentShapeMap _
)
public static void SetShapeMap(
    CompartmentMap element,
    CompartmentShapeMap newShapeMap
)
public:
static void SetShapeMap(
    CompartmentMap^ element, 
    CompartmentShapeMap^ newShapeMap
)
static member SetShapeMap : 
        element:CompartmentMap * 
        newShapeMap:CompartmentShapeMap -> unit
public static function SetShapeMap(
    element : CompartmentMap, 
    newShapeMap : CompartmentShapeMap
)
Parameters
- newShapeMap
 Type: Microsoft.VisualStudio.Modeling.DslDefinition.CompartmentShapeMap
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.