Namespace: Ico.GwxAssembly: Gwx3DControl (in Gwx3DControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public Plane3D AddGwxViewPlane3D(
string filename
) |
Visual Basic |
---|
Public Function AddGwxViewPlane3D ( _
filename As String _
) As Plane3D |
JScript |
---|
public function AddGwxViewPlane3D(
filename : String
) : Plane3D |
Parameters
- filename
- Type: System..::..String
Full path to a display file to initially load into the graphics viewer. Can be null for no initial display file.
Return Value
the
GwxViewPlane3D that was created
See Also