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

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

Syntax

C#
public CalculatedShapeCollection this[
	string code
] { get; }
Visual Basic
Public ReadOnly Property ShapesByCode ( _
	code As String _
) As CalculatedShapeCollection
	Get
Visual C++
public:
property CalculatedShapeCollection^ ShapesByCode[String^ code] {
	CalculatedShapeCollection^ get (String^ code);
}

Parameters

code
Type: System..::..String

See Also