Table of Contents

Property Standard

Namespace
VectorDraw.Professional.vdCollections
Assembly
VectorDraw.Professional.dll

Standard

Gets the standard layer for the collection. The standard layer uses the reserved name "0".
If a layer named "0" does not exist this property will create it, initialize it with the
document defaults and add it to the collection. Accessing this property guarantees a
non-null vdLayer instance owned by this collection;
Standard table objects cannot be Deleted.

public vdLayer Standard { get; }

Property Value

vdLayer

Remarks

Use IsDefault(vdPrimary) to test reference equality against the standard layer.