Click or drag to resize

Drawing2DMeasureManagerDeleteLevelMeasurePoint Method

3D 측정 - 해당 설계점 삭제

Namespace:  VIZCore3D.NET.Manager
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public void DeleteLevelMeasurePoint(
	int nID,
	int dataOnly
)

Parameters

nID
Type: SystemInt32
review id
dataOnly
Type: SystemInt32
0 == 설계점 제거 (리뷰 제거), 1 == 측정점 제거 (데이터만 제거)
See Also