 | TableObject Constructor |
imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the TableObject class.
Namespace:
netDxf.Tables
Assembly:
netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntaxprotected TableObject(
string name,
string codeName,
bool checkName
)
Request Example
View SourceParameters
- name
- Type: SystemString
Table name. The following characters \<>/?":;*|,=` are not supported for table object names. - codeName
- Type: SystemString
Table code name. - checkName
- Type: SystemBoolean
Defines if the table object name needs to be checked for invalid characters.
See Also