Click or drag to resize

PickerPickPoints(PickerPickPointEnum, String) Method

返回用户文档首页
根据指定类型捕捉点

Namespace: LoongCAD.STC.Friendly.Scene.UI
Assembly: LoongCAD.STC.Friendly (in LoongCAD.STC.Friendly.dll) Version: 2025.0.9.14 (2025.0.9.14)
Syntax
C#
public List<Point> PickPoints(
	PickerPickPointEnum pickEnum,
	string tips
)

Parameters

pickEnum  PickerPickPointEnum
捕捉类型
tips  String
显示在软件左下角的提示信息

Return Value

ListPoint
捕捉到的一个或多个点
Exceptions
ExceptionCondition
NotSupportedException
See Also