QTOCriteriaNameMappingGetMappedCorridorShape Method |
Get corridor shape which was mapped to the shape name of a material in the criteria.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void GetMappedCorridorShape(
string materialName,
string shapeName,
ref ObjectId mappedCorridorId,
ref string mappedShapeName
)
Public Sub GetMappedCorridorShape (
materialName As String,
shapeName As String,
ByRef mappedCorridorId As ObjectId,
ByRef mappedShapeName As String
)
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.
ExceptionsException | Condition |
---|
ArgumentException |
Throw when:
- materialName doesn't existed in criteria.
- shapeName doesn't contain by material in criteria.
|
See Also