BIMClassificationIsClassifiedAs(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 IsClassifiedAs() signature with string type name argument.")]
public static bool IsClassifiedAs(
ObjectId objId,
BimTypeElement typeElement
)
<ObsoleteAttribute("Use IsClassifiedAs() signature with string type name argument.")>
Public Shared Function IsClassifiedAs (
objId As ObjectId,
typeElement As BimTypeElement
) As Boolean
public:
[ObsoleteAttribute(L"Use IsClassifiedAs() signature with string type name argument.")]
static bool IsClassifiedAs(
ObjectId objId,
BimTypeElement typeElement
)
[<ObsoleteAttribute("Use IsClassifiedAs() signature with string type name argument.")>]
static member IsClassifiedAs :
objId : ObjectId *
typeElement : BimTypeElement -> bool
Parameters
- objId ObjectId
-
- typeElement BimTypeElement
-
Return Value
Boolean
See Also