Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public ExportPatternInfo this[
ExportPatternKey patternKey
] { get; set; }Parameters
- patternKey ExportPatternKey
-
Return Value
ExportPatternInfo
A copy of the
ExportPatternInfo.
Exceptions
| Exception | Condition |
|---|
| ArgumentException |
When getting this property:
An entry with the given key is not present in the table.
|
Remarks
When getting this property, it returns a copy of the
ExportPatternInfo from the table. In order to
make changes to the
ExportPatternInfo and use those settings during export, set the modified
ExportPatternInfo back into the table using the same key.
See Also
Reference