DocumentGetDrawingIDsByObjects(Int64) Method |
返回用户文档首页
获取指定对象组的图纸ID列表
Namespace: LoongCAD.STCAssembly: LoongSDKSTC (in LoongSDKSTC.dll) Version: 2025.0.9.8 (2025.0.9.8)
Syntaxpublic List<long> GetDrawingIDsByObjects(
long[] objectIDs
)
Parameters
- objectIDs Int64
- 目标对象ID
Return Value
ListInt64目标对象关联的图纸ID列表
See Also