NodeShape.EnsureGraphLayoutObjectsExist Method

Verifies whether the shape and its child shapes are in the graph wrapper.

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

Syntax

'Declaration
Protected Friend Sub EnsureGraphLayoutObjectsExist ( _
    shapeElement As ShapeElement _
)
protected internal void EnsureGraphLayoutObjectsExist(
    ShapeElement shapeElement
)
protected public:
void EnsureGraphLayoutObjectsExist(
    ShapeElement^ shapeElement
)
member EnsureGraphLayoutObjectsExist : 
        shapeElement:ShapeElement -> unit
function EnsureGraphLayoutObjectsExist(
    shapeElement : ShapeElement
)

Parameters

Remarks

The graph engine determines where shapes are automatically drawn on the diagram.

.NET Framework Security

See Also

Reference

NodeShape Class

Microsoft.VisualStudio.Modeling.Diagrams Namespace