PointsByCode Property

Gets the collection of CalculatedPoints in this AppliedAssembly that have a particular code.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.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

Visual C++

public:
[ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.AppliedAssembly.GetPointsByCode instead.", 
	false)]
property CalculatedPointCollection^ PointsByCode[String^ code] {
	CalculatedPointCollection^ get (String^ code);
}

Parameters

code
Type: System.String

See Also