![](https://www.progesoft.com/application/files/7617/1819/4511/collapse.gif)
![](https://www.progesoft.com/application/files/1617/1819/4511/expand.gif)
![](https://www.progesoft.com/application/files/7617/1819/4511/collapse.gif)
![](https://www.progesoft.com/application/files/1617/1819/4511/expand.gif)
![](https://www.progesoft.com/application/files/5617/1819/4511/drpdown.gif)
![](https://www.progesoft.com/application/files/9917/1819/4511/drpdown_orange.gif)
![](https://www.progesoft.com/application/files/5317/1819/4511/copycode.gif)
![](https://www.progesoft.com/application/files/3717/1819/4511/copycodeHighlight.gif)
IntelliCAD 11.1 Object Library | |
WBlock Method | |
See Also |
![]() |
- FileName
- The name of the file to be created.
- SelectionSet
- The selection set containing the blocks to be written.
- Origin
- A Point object identifying the origin of the block. (Optional)
Document Object : WBlock Method |
Description
Writes out the block as a drawing file. Pass in a selection set containing the blocks to be written out.
Syntax
Visual Basic |
---|
Public Sub WBlock( _ ByVal FileName As String, _ ByVal SelectionSet As SelectionSet, _ Optional ByVal Origin As Point = 0 _ ) |
Parameters
- FileName
- The name of the file to be created.
- SelectionSet
- The selection set containing the blocks to be written.
- Origin
- A Point object identifying the origin of the block. (Optional)