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