AppliedAssemblyShapesByCode Property |
Note: This API is now obsolete.
Gets the collection of CalculatedShapes in this AppliedAssembly that have a particular code.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.AppliedAssembly.GetShapesByCode instead.",
false)]
public CalculatedShapeCollection this[
string code
] { get; }
<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.AppliedAssembly.GetShapesByCode instead.",
false)>
Public ReadOnly Property ShapesByCode (
code As String
) As CalculatedShapeCollection
Get
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