BIMClassificationClassifyAs(ObjectId,
BimTypeElement) Method
|
Note: This API is now obsolete.
Namespace: Bricscad.Bim
Assembly: BrxMgd (in BrxMgd.dll) Version:
26.1.4.0
Syntax
[ObsoleteAttribute("Use ClassifyAs() signature with string type name argument.")]
public static BimResStatus ClassifyAs(
ObjectId objId,
BimTypeElement objectType
)
<ObsoleteAttribute("Use ClassifyAs() signature with string type name argument.")>
Public Shared Function ClassifyAs (
objId As ObjectId,
objectType As BimTypeElement
) As BimResStatus
public:
[ObsoleteAttribute(L"Use ClassifyAs() signature with string type name argument.")]
static BimResStatus ClassifyAs(
ObjectId objId,
BimTypeElement objectType
)
[<ObsoleteAttribute("Use ClassifyAs() signature with string type name argument.")>]
static member ClassifyAs :
objId : ObjectId *
objectType : BimTypeElement -> BimResStatus
Parameters
- objId ObjectId
-
- objectType BimTypeElement
-
Return Value
BimResStatus
See Also