Skip to content

ACadSharp.CadDocument.Scales

Albert Domenech edited this page Apr 9, 2025 · 2 revisions

Scales Property

The collection of all scales in the drawing.

Remarks

The collection is null if the doesn't exist in the root dictionary.

Definition

Namespace: ACadSharp.CadDocument

C#

public ScaleCollection Scales { get; private set; }

Property Value

ScaleCollection

Clone this wiki locally