Click or drag to resize

Phase(Int32, String, String) Constructor

返回用户文档首页
Initializes a new instance of the Phase class

Namespace: LoongCAD.STC.Friendly.Scene
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.14 (2025.0.9.14)
Syntax
C#
public Phase(
	int phaseNumber,
	string phaseName,
	string phaseComment
)

Parameters

phaseNumber  Int32
 
phaseName  String
 
phaseComment  String
 
See Also