Share

QTOCriteriaNameMapping.GetMappedSurfaceId Method

Get an ObjectId of Surface which is mapped to the surface name of a material in the criteria.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public ObjectId GetMappedSurfaceId(
	string materialName,
	string surfaceName
)

VB

Public Function GetMappedSurfaceId ( 
	materialName As String,
	surfaceName As String
) As ObjectId

C++

public:
ObjectId GetMappedSurfaceId(
	String^ materialName, 
	String^ surfaceName
)

Parameters

materialName  String
Specifies the material name that is referenced by the corresponding surface in the list.
surfaceName  String
Specifies the surface name that is used in the criteria.

Return Value

ObjectId

Exceptions

ExceptionCondition
ArgumentException Throw when:
  1. materialName doesn't existed in criteria.
  2. surfaceName doesn't contain by material in criteria.

See Also

Reference

Was this information helpful?