| SectionManagerUpdateSectionName Method |
단면 이름 설정
Namespace:
VIZCore3D.NET.Manager
Assembly:
VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax public void UpdateSectionName(
int id,
int subID,
string strSectionName
)
Parameters
- id
- Type: SystemInt32
단면 아이디(ID) - subID
- Type: SystemInt32
단면 서브 아이디(ID) - strSectionName
- Type: SystemString
단면 Title
See Also