WriteBlockByAllEntities Method (IDocument)
Saves this entire drawing to a new drawing file.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub WriteBlockByAllEntities( _
LONG Units As System.Integer, _
BSTR Destination As System.String _
) |
JavaScript | |
---|
WriteBlockByAllEntities(
Units : Number,
Destination : System.String
) |
Parameters
- Units
- Units as defined in dsBlockInsertUnits_e to use for automatic scaling when the file is inserted in a drawing that uses different units
- Destination
- Path and filename where to save this drawing, e.g., "c:\my_block.dwg"
Remarks
See Also
Availability
DraftSight 2017 SP2