Click or drag to resize

SettingManager Class

Setting Manager
Inheritance Hierarchy
SystemObject
  VIZCoreBase
    VIZCore3D.NET.ManagerSettingManager

Namespace: VIZCore3D.NET.Manager
Assembly: VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.910 (2.8.24.910)
Syntax
C#
public class SettingManager : VIZCoreBase

The SettingManager type exposes the following members.

Methods
 NameDescription
Public methodExport 설정 정보를 내보내기
Public methodExport(String) 설정 정보를 지정한 경로에 내보내기
Public methodExportDialog 설정 정보를 지정한 파일로 내보내기
Public methodLoad 설정 정보 불러오기
Public methodLoad(String) 지정된 경로의 설정을 조회 후 설정
Public methodLoadDialog 선택된 설정을 조회 후 설정
Top
See Also