A copy of the ExportLinetypeInfo for the linetype's ExportLinetypeKey.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
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. |