CadLoadOptions
CadLoadOptions class
Options for loading CAD documents.
public sealed class CadLoadOptions : LoadOptions
Constructors
Properties
Name |
Description |
BackgroundColor { get; set; } |
Gets or sets a background color. |
CtbSources { get; set; } |
Gets or sets the CTB sources. |
DrawColor { get; set; } |
Gets or sets foreground color. |
DrawType { get; set; } |
Gets or sets type of drawing. |
Format { get; set; } |
Input document file type |
virtual 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