ShapesByCode Property

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#

[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.AppliedAssembly.GetShapesByCode instead.", 
	false)]
public CalculatedShapeCollection this[
	string code
] { get; }

Visual Basic

<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.AppliedAssembly.GetShapesByCode instead.",  _
	False)> _
Public ReadOnly Property ShapesByCode ( _
	code As String _
) As CalculatedShapeCollection
	Get

Visual C++

public:
[ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.AppliedAssembly.GetShapesByCode instead.", 
	false)]
property CalculatedShapeCollection^ ShapesByCode[String^ code] {
	CalculatedShapeCollection^ get (String^ code);
}

Parameters

code
Type: System.String

See Also