GetShapesByCode Method

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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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