Note: This API is now obsolete.
Gets the collection of CalculatedPoints 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.GetPointsByCode instead.", false)] public CalculatedPointCollection this[ string code ] { get; }
VB
<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.AppliedAssembly.GetPointsByCode instead.", false)> Public ReadOnly Property PointsByCode ( code As String ) As CalculatedPointCollection Get
C++
public: [ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.AppliedAssembly.GetPointsByCode instead.", false)] property CalculatedPointCollection^ PointsByCode[String^ code] { CalculatedPointCollection^ get (String^ code); }
Parameters
- code String