Click or drag to resize

AsyncPickerPickPoints(AsyncPickerPickPointEnum, 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 void PickPoints(
	AsyncPickerPickPointEnum pickEnum,
	string tips
)

Parameters

pickEnum  AsyncPickerPickPointEnum
捕捉类型
tips  String
显示在软件左下角的提示信息
Exceptions
ExceptionCondition
NotSupportedException
See Also