Click or drag to resize

ImportSettings Class

Settings for importing vector graphics.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.VectorGraphicElementBaseImportSettings
    RAYLASE.Marker.VectorGraphicElementImportSettings

Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public class ImportSettings : BaseImportSettings

The ImportSettings type exposes the following members.

Constructors
 NameDescription
Public methodImportSettingsInitializes a new instance of the ImportSettings class
Top
Properties
 NameDescription
Public propertyAppend Appends the vectors, otherwise all layers will be cleared.
Public propertyCenter Center the vector graphic's XY coordinates.
(Inherited from BaseImportSettings)
Public propertyFilePath The file path.
(Inherited from BaseImportSettings)
Public propertyFlipHorizontally Flips the vector graphic horizontally.
(Inherited from BaseImportSettings)
Public propertyFlipVertically Flips the vector graphic vertically.
(Inherited from BaseImportSettings)
Public propertyFlipZ Flips the z coordinates.
(Inherited from BaseImportSettings)
Public propertyImportHiddenElements Imports DXF elements even if marked as invisible.
Public propertyOptimizationSettings Settings for optimizations done after import.
Public propertyOverwritePens Flag to indicate whether the imported pens overwrite the existing pens in the holder.
Public propertyScaleSize The size of the imported vector graphic. The imported graphic will be rescaled to this value. Null means no rescale.
(Inherited from BaseImportSettings)
Public propertySinglePen Flag to indicate whether only a single pen should be used.
Public propertyTextAsVectors Converts text objects into vectors. Otherwise a text layer is generated for each text object.
(Inherited from BaseImportSettings)
Public propertyUnitScale The unit scale of the imported vector graphic. The imported graphic will be scaled to this value. Only used if ScaleSize is null.
(Inherited from BaseImportSettings)
Public propertyZAlignment Alignment mode for z. Aligns selected edge to ZReference
(Inherited from BaseImportSettings)
Public propertyZReference Z coordinate used for alignment ZAlignment.
(Inherited from BaseImportSettings)
Top
See Also