This function sets the entity's:
to the default values of the database indicated by sourceDatabase: If sourceDatabase == NULL, then the current database in the AutoCAD editor is used.
Public Function SetDatabaseDefaults( sourceDatabase As Database ) As void
public void SetDatabaseDefaults( Database sourceDatabase );
Parameters |
Description |
Database sourceDatabase |
Input database whose defaults will be used to set the values of the entity |
Comments? |