Gets the default SectionPoint object from the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0
Syntax
C# |
---|
public SectionPoint this[ int index ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As SectionPoint Get |
Visual C++ |
---|
public: property SectionPoint^ default[int index] { SectionPoint^ get (int index); } |
Parameters
- index
- Type: System..::..Int32