Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public PointCloudClassificationInfo this[ int index ] { get; set; } |
Visual Basic |
---|
Public Default Property Item ( _ index As Integer _ ) As PointCloudClassificationInfo Get Set |
Visual C++ |
---|
public: property PointCloudClassificationInfo^ default[int index] { PointCloudClassificationInfo^ get (int index); void set (int index, PointCloudClassificationInfo^ value); } |
Parameters
- index
- Type: System..::..Int32