Replaces an existing Block in the drawing with a new Block containing the 2D flattened representation of the current view's 3D solid objects and Regions.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function FlatShotByReplaceExistingBlock( _
BSTR BlockName As System.String _
) As System.Boolean |
C# | |
---|
System.bool FlatShotByReplaceExistingBlock(
System.string BlockName
) |
Parameters
- BlockName
- Name of existing Block to replace
Parameters
- RetVal[out] or Return Value
- True if successful, false if not
Example
Remarks
See Also
Availability
DraftSight 2020 SP0