<Code Lib>
2024 Class
Changes 4
C

ExternallyTaggedNonBReps

Description:
Holds a collection of ExternallyTaggedNonBRep instances.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ExternallyTaggedNonBReps

public class ExternallyTaggedNonBReps : IDisposable

Name Return Type Description
C ExternallyTaggedNonBReps() ExternallyTaggedNonBReps Make a new empty collection of ExternallyTaggedNonBRep instances.

Name Return Type Description
M Add(ExternallyTaggedNonBRep) None Adds a copy of the input ExternallyTaggedNonBRep to this collection.
M CanAddExternallyTaggedNonBRep(ExternallyTaggedNonBRep) bool Checks if the input geometry could be added to this collection or not.
M Dispose() None Releases all resources used by the

Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.

Loading…