COM Interface: ISymbol

This class provides access to the following properties in eCADSTAR Library Editor.

Members

Functions

Function Description
void ExportSymbol(BSTR filePath) Export the symbol to the file supplied in the file path. The full directory path must exist and the file must not exist in the leaf directory. Symbols cannot be exported if they are in a modified state. If a symbol has been modified it must be saved before it is exported.

Properties

Property Description
BSTR Name {get} Returns the symbol Name.
BSTR Alternate {get} Returns the symbol alternate.
BSTR ModifiedDate {get} {set} Returns or sets the modified date of the footprint.
BSTR CreatedDate {get} {set} Returns or sets the creation date of the footprint.
BSTR ModifiedBy {get} {set} Returns or sets the name of the last user to modify the footprint.
BSTR CreatedBy {get} {set} Returns or sets the name of the user who created the footprint.
VARIANT_BOOL Opened {get} Returns the open status of the symbol.
VARIANT_BOOL Active {get} Returns the symbol active status.
IProperties Properties {get} Returns the symbol properties.