QTOCriteriaNameMappingGetMappedCorridorShape Method

Get corridor shape which was mapped to the shape name of a material in the criteria.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public void GetMappedCorridorShape(
	string materialName,
	string shapeName,
	ref ObjectId mappedCorridorId,
	ref string mappedShapeName
)

Parameters

materialName  String
Specifies the material name that is referenced by the corresponding corridor shape in the list.
shapeName  String
Specifies the shape name that is used in the criteria.
mappedCorridorId  ObjectId
The ObjectId of mapped corridor.
mappedShapeName  String
The mapped shape name.
Exceptions
ExceptionCondition
ArgumentException Throw when:
  1. materialName doesn't existed in criteria.
  2. shapeName doesn't contain by material in criteria.
See Also