Share

AppliedAssembly.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.8.0.280

Syntax

C#

public CalculatedShapeCollection GetShapesByCode(
	string code
)

VB

Public Function GetShapesByCode ( 
	code As String
) As CalculatedShapeCollection

C++

public:
CalculatedShapeCollection^ GetShapesByCode(
	String^ code
)

Parameters

code  String
Specifies the name of code.

Return Value

CalculatedShapeCollection

See Also

Reference

Was this information helpful?