convertEC2SchemasToEC3Schemas Function

Converts EC2 Xml ECSchema(s). On success, the EC2 Xml schemas are converted into EC3.2 Xml schemas.

convertEC2SchemasToEC3Schemas(ec2XmlSchemas: string[], schemaContext?: ECSchemaXmlContext): string[]

@returns EC3.2 Xml ECSchema(s).

@throws IModelError if there is a problem converting the EC2 schemas.

Parameter Type Description
ec2XmlSchemas string[] The EC2 Xml string(s) created from a serialized ECSchema.
schemaContext ECSchemaXmlContext  

Returns - string[]

EC3.2 Xml ECSchema(s).

Defined in

Last Updated: 25 April, 2024