'Declaration
<System.ComponentModel.CategoryAttribute("Data Series")> <System.ComponentModel.DescriptionAttribute("Gets or sets the data object controlling the surface data storage.")> Public Property Indices As NIndicesSurfaceData
'Usage
Dim instance As NVertexSurfaceSeries Dim value As NIndicesSurfaceData instance.Indices = value value = instance.Indices
[System.ComponentModel.Category("Data Series")] [System.ComponentModel.Description("Gets or sets the data object controlling the surface data storage.")] public NIndicesSurfaceData Indices {get; set;}