CadLoadOptions

CadLoadOptions class

Options for loading CAD documents.

public sealed class CadLoadOptions : LoadOptions

Constructors

Name Description
CadLoadOptions() Initializes new instance of CadLoadOptions class.

Properties

Name Description
BackgroundColor { get; set; } Gets or sets a background color.
CtbSources { get; set; } Gets or sets the CTB sources.
DrawType { get; set; } Gets or sets type of drawing.
Format { get; set; } Input document file type
Format { get; } Input document file type.
LayoutNames { get; set; } Specifies which CAD layouts to be converted

Methods

Name Description
override Equals(object) Determines whether two object instances are equal.
virtual Equals(ValueObject) Determines whether two object instances are equal.
override GetHashCode() Serves as the default hash function.

See Also