ExportPatternInfo
Description:
A value used to represent the info stored in the .
A value used to represent the info stored in the .
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.ExportPatternInfo
System.Object
Autodesk.Revit.DB.ExportPatternInfo
public class ExportPatternInfo : IDisposable
| Name | Return Type | Description |
|---|---|---|
| ExportPatternInfo() | None | Constructs a new default ExportPatternInfo. |
| ExportPatternInfo(ExportPatternInfo) | None | Constructs a new copy of the input ExportPatternInfo object. |
| ExportPatternInfo(String) | None | Constructs a new ExportPatternInfo using the destination pattern name as input. |
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| DestinationPatternName | string | The destination pattern name (the name of the pattern in the exported format). |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |