WBlock Method

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)

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.