Interface IDiagramData
public interface IDiagramData : ICloneable, IDable, INameable, IGroupable
- Inherited Members
- Extension Methods
Properties
LinkDatas
IList<ILinkData> LinkDatas { get; }
Property Value
NodeDatas
IList<INodeData> NodeDatas { get; }