GetPointsByCode Method

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#

public CalculatedPointCollection GetPointsByCode(
	string code
)

Visual Basic

Public Function GetPointsByCode ( _
	code As String _
) As CalculatedPointCollection

Visual C++

public:
CalculatedPointCollection^ GetPointsByCode(
	String^ code
)

Parameters

code
Type: System.String
Specifies the name of code.

See Also