BIMRoomUnassignLocation(ObjectId)
Method
|
Namespace: Bricscad.Bim
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
public static void UnassignLocation(
ObjectId objId
)
Public Shared Sub UnassignLocation (
objId As ObjectId
)
public:
static void UnassignLocation(
ObjectId objId
)
static member UnassignLocation :
objId : ObjectId -> unit
Parameters
- objId ObjectId
-
See Also