IFCExportReactorGetProduct Method (FullSubentityPath)
|
Namespace: Bricscad.Ifc
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
protected IfcEntity GetProduct(
FullSubentityPath idSubent
)
Protected Function GetProduct (
idSubent As FullSubentityPath
) As IfcEntity
protected:
IfcEntity^ GetProduct(
FullSubentityPath idSubent
)
member GetProduct :
idSubent : FullSubentityPath -> IfcEntity
Parameters
- idSubent
- Type: Teigha.DatabaseServicesFullSubentityPath
Return Value
Type:
IfcEntity
See Also