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
Exception | Condition |
---|---|
ArgumentException |
Throw when:
|