BaseShapeMapReferencesBaseShape.SetBaseShape(BaseShapeMap, BaseShape) 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 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