<Code Lib>
2024 Class
Changes 0
C

ExportPatternInfo

Description:
A value used to represent the info stored in the .
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ExportPatternInfo

public class ExportPatternInfo : IDisposable

Name Return Type Description
C ExportPatternInfo() ExportPatternInfo Constructs a new default ExportPatternInfo.
C ExportPatternInfo(ExportPatternInfo) ExportPatternInfo Constructs a new copy of the input ExportPatternInfo object.
C ExportPatternInfo(String) ExportPatternInfo Constructs a new ExportPatternInfo using the destination pattern name as input.

Name Return Type Description
M Dispose() None Releases all resources used by the

Name Return Type Description
P DestinationPatternName string The destination pattern name (the name of the pattern in the exported format).
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.

Loading…