ILegacyDiagram

ILegacyDiagram interface

Represents a legacy diagram object

public interface ILegacyDiagram : IGraphicalObject

Properties

NameDescription
AsIGraphicalObject { get; }Allows to get base IGraphicalObject interface. Read-only IGraphicalObject.

Methods

NameDescription
ConvertToGroupShape()Converts legacy digram to editable group shape. Created GroupShape object adds to parent group shape at the same position.
ConvertToSmartArt()Converts legacy digram to editable SmartArt object. Created SmartArt object adds to parent group shape at the same position.

See Also