Saves the environmental impact results to a file of the specified type with the specified name on the specified path.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub SaveAsReport( _
ByVal FileType As System.Integer, _
ByVal FileName As System.String, _
ByVal SaveTo As System.String _
) |
Visual Basic (Usage) | |
---|
Dim instance As ISustainabilityEnvironmentalImpact
Dim FileType As System.Integer
Dim FileName As System.String
Dim SaveTo As System.String
instance.SaveAsReport(FileType, FileName, SaveTo) |
Parameters
- FileType
- Type of FileName as defined in swSustainabilitySaveAsFileType_e
- FileName
- Base name of the file to save
- SaveTo
- Path to FileName
Example
Remarks
See Also
Availability
SolidWorks Sustainability API 2013 SP0