ShapeElement.PurgeLayoutObjects Method

Removes the objects that are used to position the shape on the diagram grid.

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

Syntax

'Declaration
Public Sub PurgeLayoutObjects
'Usage
Dim instance As ShapeElement

instance.PurgeLayoutObjects()
public void PurgeLayoutObjects()
public:
void PurgeLayoutObjects()
public function PurgeLayoutObjects()

Remarks

When this method is called, the graph points for the shape have already been removed.

.NET Framework Security

See Also

Reference

ShapeElement Class

ShapeElement Members

Microsoft.VisualStudio.Modeling.Diagrams Namespace