Share

AppliedAssembly.ShapesByCode Property

Note: This API is now obsolete.

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



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

Syntax

C#

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

VB

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

C++

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

Parameters

code  String
 

Property Value

CalculatedShapeCollection

See Also

Reference

Was this information helpful?