Share

QTOCriteriaNameMapping.GetMappedCorridorShape 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.280

Syntax

C#

public void GetMappedCorridorShape(
	string materialName,
	string shapeName,
	ref ObjectId mappedCorridorId,
	ref string mappedShapeName
)

VB

Public Sub GetMappedCorridorShape ( 
	materialName As String,
	shapeName As String,
	ByRef mappedCorridorId As ObjectId,
	ByRef mappedShapeName As String
)

C++

public:
void GetMappedCorridorShape(
	String^ materialName, 
	String^ shapeName, 
	ObjectId% mappedCorridorId, 
	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

Reference

Was this information helpful?