IfcVectorValue Constructor (IfcVectorDesc, IfcSchemaId)
|
Namespace: Bricscad.Ifc
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
public IfcVectorValue(
IfcVectorDesc desc,
IfcSchemaId scm
)
Public Sub New (
desc As IfcVectorDesc,
scm As IfcSchemaId
)
public:
IfcVectorValue(
IfcVectorDesc^ desc,
IfcSchemaId scm
)
new :
desc : IfcVectorDesc *
scm : IfcSchemaId -> IfcVectorValue
Parameters
- desc
- Type: Bricscad.IfcIfcVectorDesc
- scm
- Type: Bricscad.IfcIfcSchemaId
See Also