Click or drag to resize

Drawing2DTemplateManagerCreateJson Method

JSON 파일 생성

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public string CreateJson(
	string filePath,
	List<Drawing2DTemplateManagerCellPositionData> cellDataList,
	List<Drawing2DTemplateManagerCellAreaInfo> cellAreas,
	string templateFolder
)

Parameters

filePath
Type: SystemString
Work sheet
cellDataList
Type: System.Collections.GenericListDrawing2DTemplateManagerCellPositionData
모든 Cell 정보 리스트
cellAreas
Type: System.Collections.GenericListDrawing2DTemplateManagerCellAreaInfo
병합된 Cell 정보 리스트
templateFolder
Type: SystemString
템플릿 폴더

Return Value

Type: String

[Missing <returns> documentation for "M:VIZCore3D.NET.Manager.Drawing2DTemplateManager.CreateJson(System.String,System.Collections.Generic.List{VIZCore3D.NET.Manager.Drawing2DTemplateManager.CellPositionData},System.Collections.Generic.List{VIZCore3D.NET.Manager.Drawing2DTemplateManager.CellAreaInfo},System.String)"]

See Also