New Method (HDLSourceDocuments Collection)

Scope: Xpedition Designer schematic editor

Collection: HDLSourceDocuments Collection

Prerequisites: None

Creates a new HDLSourceDocument Object based on the specified type, then adds it to this collection.

Usage

HDLSourceDocuments.New(ByVal DocType As VdSourceDocumentType) As IHDLSourceDocument

Arguments

DocType

0 - plain text document

1 - VHDL source document

2 - Verilog source document

3 - SPICE source document

Return Values

As IHDLSourceDocument. The HDLSourceDocument Object.