ShapeMapReferencesShape.SetShape Method

Sets Shape.

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 SetShape ( _
    element As ShapeMap, _
    newShape As Shape _
)
public static void SetShape(
    ShapeMap element,
    Shape newShape
)
public:
static void SetShape(
    ShapeMap^ element, 
    Shape^ newShape
)
static member SetShape : 
        element:ShapeMap * 
        newShape:Shape -> unit
public static function SetShape(
    element : ShapeMap, 
    newShape : Shape
)

Parameters

.NET Framework Security

See Also

Reference

ShapeMapReferencesShape Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace