DrapeBitmap Method
Description
Drapes a Bitmap item, stored in a Named Object Library, in the 3D Window.
Syntax
Visual Basic |
---|
Public Function DrapeBitmap( _ ByVal name As String _ ) As Integer |
Parameters
- name
- The name of the Bitmap item.
Remarks
Available: OD
Group:
Example
sis.DrapeBitmap ("AerialPhoto")
Drapes the AerialPhoto bitmap item over a 3D surface in the 3D window. Bitmap items can be created and saved in a named object library using the CreateDrapeBitmap method.