ExternallyTaggedNonBReps
Description:
Holds a collection of ExternallyTaggedNonBRep instances.
Holds a collection of ExternallyTaggedNonBRep instances.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.ExternallyTaggedNonBReps
System.Object
Autodesk.Revit.DB.ExternallyTaggedNonBReps
public class ExternallyTaggedNonBReps : IDisposable
| Name | Return Type | Description |
|---|---|---|
| ExternallyTaggedNonBReps() | None | Make a new empty collection of ExternallyTaggedNonBRep instances. |
| Name | Return Type | Description |
|---|---|---|
| Add(ExternallyTaggedNonBRep) | None | Adds a copy of the input ExternallyTaggedNonBRep to this collection. |
| CanAddExternallyTaggedNonBRep(ExternallyTaggedNonBRep) | bool | Checks if the input geometry could be added to this collection or not. |
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |