IAcadDocumentWblock Method
|
Namespace: BricscadApp
Assembly: Interop.BricscadApp (in
Interop.BricscadApp.dll) Version: 24.0.0.0
Syntax
void Wblock(
string FileName,
AcadSelectionSet SelectionSet
)
Sub Wblock (
FileName As String,
SelectionSet As AcadSelectionSet
)
void Wblock(
[InAttribute] String^ FileName,
[InAttribute] AcadSelectionSet^ SelectionSet
)
abstract Wblock :
FileName : string *
SelectionSet : AcadSelectionSet -> unit
Parameters
- FileName String
-
- SelectionSet AcadSelectionSet
-
See Also