| ModuleInitializerRun Method (Boolean, Boolean) |
Run
: VIZCore3D.NET 구동에 필요한 Library를 초기화 합니다. 옵션에 따라 색상 테이블 (rev2bst.config.rev) 을 덮어쓰기 하지 않을 수 있습니다.
Namespace:
VIZCore3D.NET
Assembly:
VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax public static void Run(
bool overwrite,
bool overwriteColorTable
)
Parameters
- overwrite
- Type: SystemBoolean
Overwrite Library - overwriteColorTable
- Type: SystemBoolean
Overwrite Color Table (rev2bst.config.rev)
See Also