The QTOCriteriaNameMapping type exposes the following members.

Constructors

  NameDescription
Public methodQTOCriteriaNameMapping
Construct an instance of QTOCriteriaNameMapping class by ObjectId of QuantityTakeOffCriteria and SampleLineGroup.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the QTOCriteriaNameMapping
Public methodGetMappedCorridorShape
Get corridor shape which was mapped to the shape name of a material in the criteria.
Public methodGetMappedSurfaceId
Get an ObjectId of Surface which is mapped to the surface name of a material in the criteria.
Public methodMapCorridorShape(String, ObjectId, String)
Specifies an actual corridor shape to map to all shape with specified name in the criteria.
Public methodMapCorridorShape(String, String, ObjectId, String)
Specifies an actual corridor shape to map to the shape name of a material in the criteria.
Public methodMapSurface(String, ObjectId)
Specifies an actual surface to map to all surface with specified name in the criteria.
Public methodMapSurface(String, String, ObjectId)
Specifies an actual surface to map to the surface name of a material in the criteria.

Properties

  NameDescription
Public propertyisMappingCompleted
Gets a boolean value which specified whether all surface or shape in criteria have been mapped to an actual object in drawing.

See Also