Gets the collection of CalculatedShapes in this AppliedAssembly that have a particular code.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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 |
Parameters
- code
- Type: System..::..String
See Also