CadLayoutScope

CadLayoutScope class

Represents which drawing spaces a CAD conversion selects: the model space, the paper space layouts, or both.

public class CadLayoutScope : Enumeration

Methods

Name Description
CompareTo(object) Compares current object to other.
virtual Equals(Enumeration) Determines whether two object instances are equal.
override Equals(object) Determines whether two object instances are equal.
override GetHashCode() Serves as the default hash function.
override ToString() Returns a string that represents the current object.

Fields

Name Description
static readonly Both Selects the model space and every paper space layout. This is the default value and it does not restrict the conversion: the drawing is rendered exactly as it is when no scope is expressed.
static readonly Layouts Selects the paper space layouts only. The model space is excluded.
static readonly Model Selects the model space only.

See Also