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