Interface IDrawingLayoutT

IDrawingLayout<T> interface

Represents basic interface for any drawing’s page(also known as ’layout’).

public interface IDrawingLayout<T>
    where T : IDrawingEntity

Properties

NameDescription
Entities { get; }Collection of related entities
LayoutName { get; }Drawing’s layout name

Methods

NameDescription
Add(T)Adds entity to the page

See Also