FlatShotByExportToFile Method (ISketchManager)
Saves a 2D flattened representation of the current view's 3D solid objects and Regions to an external drawing file.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function FlatShotByExportToFile( _
BSTR FilePath As System.String _
) As System.Boolean |
C# | |
---|
System.bool FlatShotByExportToFile(
System.string FilePath
) |
Parameters
- FilePath
- Full path name to which to export the 2D flattened representation
Parameters
- RetVal[out] or Return Value
- True if successful, false if not
Example
Remarks
See Also
Availability
DraftSight 2020 SP0