Gets the collection of CalculatedPoints in this AppliedAssembly that have a particular code.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0
Syntax
C# |
---|
public CalculatedPointCollection this[ string code ] { get; } |
Visual Basic |
---|
Public ReadOnly Property PointsByCode ( _ code As String _ ) As CalculatedPointCollection Get |
Visual C++ |
---|
public: property CalculatedPointCollection^ PointsByCode[String^ code] { CalculatedPointCollection^ get (String^ code); } |
Parameters
- code
- Type: System..::..String