Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public IntersectionRegion this[ int index ] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _ index As Integer _ ) As IntersectionRegion Get
Visual C++
public: property IntersectionRegion^ default[int index] { IntersectionRegion^ get (int index); }
Parameters
- index
- Type: System.Int32