GeometryShapeHasBaseGeometryShape Constructor (GeometryShape, GeometryShape)

Constructor Creates a GeometryShapeHasBaseGeometryShape link in the same Partition as the given GeometryShape

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Syntax

'Declaration
Public Sub New ( _
    source As GeometryShape, _
    target As GeometryShape _
)
public GeometryShapeHasBaseGeometryShape(
    GeometryShape source,
    GeometryShape target
)
public:
GeometryShapeHasBaseGeometryShape(
    GeometryShape^ source, 
    GeometryShape^ target
)
new : 
        source:GeometryShape * 
        target:GeometryShape -> GeometryShapeHasBaseGeometryShape
public function GeometryShapeHasBaseGeometryShape(
    source : GeometryShape, 
    target : GeometryShape
)

Parameters

.NET Framework Security

See Also

Reference

GeometryShapeHasBaseGeometryShape Class

GeometryShapeHasBaseGeometryShape Overload

Microsoft.VisualStudio.Modeling.DslDefinition Namespace