A copy of the ExportLinetypeInfo for the linetype's ExportLinetypeKey.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public ExportLinetypeInfo this[ ExportLinetypeKey linetypeKey ] { get; set; }
Parameters
- linetypeKey ExportLinetypeKey
Return Value
ExportLinetypeInfoA copy of the ExportLinetypeInfo.
Exceptions
Exception | Condition |
---|---|
ArgumentException | When getting this property: An entry with the given key is not present in the table. |