BaseShapeMapReferencesBaseShape.SetBaseShape(BaseShapeMap, BaseShape) Method

Definition

Sets BaseShape.

public:
 static void SetBaseShape(Microsoft::VisualStudio::Modeling::DslDefinition::BaseShapeMap ^ element, Microsoft::VisualStudio::Modeling::DslDefinition::BaseShape ^ newBaseShape);
[System.Diagnostics.DebuggerStepThrough]
public static void SetBaseShape (Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMap element, Microsoft.VisualStudio.Modeling.DslDefinition.BaseShape newBaseShape);
[<System.Diagnostics.DebuggerStepThrough>]
static member SetBaseShape : Microsoft.VisualStudio.Modeling.DslDefinition.BaseShapeMap * Microsoft.VisualStudio.Modeling.DslDefinition.BaseShape -> unit
Public Shared Sub SetBaseShape (element As BaseShapeMap, newBaseShape As BaseShape)

Parameters

element
BaseShapeMap
newBaseShape
BaseShape
Attributes

Applies to