Click or drag to resize

DocumentGetDrawingIDsByObjects(Int64) Method

返回用户文档首页
获取指定对象组的图纸ID列表

Namespace: LoongCAD.STC
Assembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntax
C#
public List<long> GetDrawingIDsByObjects(
	long[] objectIDs
)

Parameters

objectIDs  Int64
目标对象ID

Return Value

ListInt64
目标对象关联的图纸ID列表
See Also