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( _
const dsString& FilePath As System.String _
) As System.Boolean |
C# | |
---|
System.bool FlatShotByExportToFile(
System.string FilePath
) |
JavaScript | |
---|
FlatShotByExportToFile(
FilePath : String
) : Boolean |
COM native C++ | |
---|
HRESULT FlatShotByExportToFile(
BSTR FilePath,
VARIANT_BOOL*RetVal
) |
Parameters
- FilePath
- Full path name to which to export the 2D flattened representation
- [out] or Return Value
- True if successful, false if not
Example
Remarks
See Also
Availability
DraftSight 2020 SP0