 | STARCommandInit3DSystemView Method |
Initialize the 3D System layout viewer
Namespace:
Huarui.STARLine
Assembly:
SharpHamilton (in SharpHamilton.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic Object Init3DSystemView(
int handler
)
Public Function Init3DSystemView (
handler As Integer
) As Object
public:
Object^ Init3DSystemView(
int handler
)
member Init3DSystemView :
handler : int -> Object
Parameters
- handler
- Type: SystemInt32
control handler that hold the viewer
Return Value
Type:
Objectviewer object, type of Hamilton.HxSys3DView.HxInstrument3DView
See Also