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