Options for loading CAD documents.
public sealed class CadLoadOptions : LoadOptions
| 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. Is null until a format has been set, so test it for null rather than against Unknown, which it never equals. |
| virtual Format { get; } |
Input document file type. |
| LayoutNames { get; set; } |
Specifies which CAD layouts to be converted |
| LayoutScope { get; set; } |
Gets or sets which drawing spaces are converted. Defaults to Both, which does not restrict the conversion. It is ignored when LayoutNames is supplied, because explicit layout names always win. A null value is treated as Both. |
| 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. |
We value your opinion. Your feedback will help us improve our documentation.