Adds a new device in the library.

syntaxSyntax:
DlxLibraryDocument.AddDevice(name)

Parameters

Parameter Description
name The device name.

Return Value

Returns a DlxLibraryDevice object corresponding to the record. Call the IsValid() method to determine if the record was created correctly.

Example

  Copy codeCopy code

See also