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