<Code Lib>
2024 Class
Changes 0
C

ExportLineweightInfo

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

public class ExportLineweightInfo : IDisposable

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

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

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

Loading…