Gets the collection of CalculatedPoints 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.GetPointsByCode instead.",
false)]
public CalculatedPointCollection this[
string code
] { get; } |
Visual Basic |
---|
<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.AppliedAssembly.GetPointsByCode instead.", _
False)> _
Public ReadOnly Property PointsByCode ( _
code As String _
) As CalculatedPointCollection
Get |
Parameters
- code
- Type: System..::..String
See Also