SaveBMP Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::SaveBMP.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SaveBMP( _
ByVal FileNameIn As System.String, _
ByVal WidthIn As System.Integer, _
ByVal HeightIn As System.Integer _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
Dim FileNameIn As System.String
Dim WidthIn As System.Integer
Dim HeightIn As System.Integer
Dim value As System.Boolean
value = instance.SaveBMP(FileNameIn, WidthIn, HeightIn) |
Parameters
- FileNameIn
-
- WidthIn
-
- HeightIn
-
See Also