ExportContextGetProduct(ObjectId) Method
|
Namespace: Bricscad.Ifc
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
public IfcEntity GetProduct(
ObjectId id
)
Public Function GetProduct (
id As ObjectId
) As IfcEntity
public:
IfcEntity^ GetProduct(
ObjectId id
)
member GetProduct :
id : ObjectId -> IfcEntity
Parameters
- id ObjectId
-
Return Value
IfcEntity
See Also