IDP.Integration.Bom.Plank.deleteHoleAsync() 函数
function deleteHoleAsync(holeId: string): Promise<void>;
删除孔
参数:
-
holeId: string孔Id
@vm-type AsyncFunctionType
返回值: Promise<void>
function deleteHoleAsync(holeId: string): Promise<void>;
删除孔
参数:
holeId: string
孔Id
@vm-type AsyncFunctionType
返回值: Promise<void>