| Revit Preview Release API |
| ExportLinetypeTable..::..Item Property |
| ExportLinetypeTable Class See Also |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Syntax
| C# |
|---|
public ExportLinetypeInfo this[ ExportLinetypeKey linetypeKey ] { get; set; } |
| Visual Basic |
|---|
Public Default Property Item ( _ linetypeKey As ExportLinetypeKey _ ) As ExportLinetypeInfo Get Set |
| Visual C++ |
|---|
public: virtual property ExportLinetypeInfo^ default[ExportLinetypeKey^ linetypeKey] { ExportLinetypeInfo^ get (ExportLinetypeKey^ linetypeKey) sealed; void set (ExportLinetypeKey^ linetypeKey, ExportLinetypeInfo^ value) sealed; } |
Parameters
- linetypeKey
- Type: Autodesk.Revit.DB..::..ExportLinetypeKey