Gets the collection of CalculatedShapes in this AppliedAssembly that have a particular code.

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

Syntax

C#
public CalculatedShapeCollection GetShapesByCode(
	string code
)
Visual Basic
Public Function GetShapesByCode ( _
	code As String _
) As CalculatedShapeCollection
Visual C++
public:
CalculatedShapeCollection^ GetShapesByCode(
	String^ code
)

Parameters

code
Type: System..::..String
Specifies the name of code.

See Also