QTOCriteriaNameMappingMapSurface(String, ObjectId) Method |
Specifies an actual surface to map to all surface with specified name in the criteria.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic void MapSurface(
string surfaceName,
ObjectId mappedSurfaceId
)
Public Sub MapSurface (
surfaceName As String,
mappedSurfaceId As ObjectId
)
public:
void MapSurface(
String^ surfaceName,
ObjectId mappedSurfaceId
)
Parameters
- surfaceName String
- Specifies the surface name that is used in the criteria.
- mappedSurfaceId ObjectId
- Specifies the ObjectId of an actual surface to map to the surface name in the criteria.
ExceptionsException | Condition |
---|
ArgumentException |
Throw when mappedSurfaceId is not the ObjectId of Surface.
|
See Also