RVTDocs.com

ExportLinetypeTable.Item

Property
Description:
A copy of the for the linetype's .
Remarks:
When getting this property, it returns a copy of the ExportLinetypeInfo from the table. In order to make changes to the ExportLinetypeInfo and use those settings during export, set the modified ExportLinetypeInfo back into the table using the same key.
Syntax
public ExportLinetypeInfo this[
	ExportLinetypeKey linetypeKey
] { get; set; }
Parameters
Parameter Type Description
linetypeKey ExportLinetypeKey
Return Value
Type Description
ExportLinetypeInfo A copy of the .
Exceptions
Exception Condition
ArgumentException When getting this property: An entry with the given key is not present in the table.