This class defines a utility class for mapping surface and shape when import criteria to QTOMaterialListCollection.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesQTOCriteriaNameMapping
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class QTOCriteriaNameMapping : IDisposable
VB
Public Class QTOCriteriaNameMapping Implements IDisposable
C++
public ref class QTOCriteriaNameMapping : IDisposable
The QTOCriteriaNameMapping type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | QTOCriteriaNameMapping | Construct an instance of QTOCriteriaNameMapping class by ObjectId of QuantityTakeOffCriteria and SampleLineGroup. |
Properties
Name | Description | |
---|---|---|
![]() | isMappingCompleted | Gets a boolean value which specified whether all surface or shape in criteria have been mapped to an actual object in drawing. |
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the QTOCriteriaNameMapping |
![]() | GetMappedCorridorShape | Get corridor shape which was mapped to the shape name of a material in the criteria. |
![]() | GetMappedSurfaceId | Get an ObjectId of Surface which is mapped to the surface name of a material in the criteria. |
![]() | MapCorridorShape(String, ObjectId, String) | Specifies an actual corridor shape to map to all shape with specified name in the criteria. |
![]() | MapCorridorShape(String, String, ObjectId, String) | Specifies an actual corridor shape to map to the shape name of a material in the criteria. |
![]() | MapSurface(String, ObjectId) | Specifies an actual surface to map to all surface with specified name in the criteria. |
![]() | MapSurface(String, String, ObjectId) | Specifies an actual surface to map to the surface name of a material in the criteria. |