Share

PointCloudClassificationInfoCollection.Item Property



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public PointCloudClassificationInfo this[
	int index
] { get; set; }

VB

Public Default Property Item ( 
	index As Integer
) As PointCloudClassificationInfo
	Get
	Set

C++

public:
property PointCloudClassificationInfo^ default[int index] {
	PointCloudClassificationInfo^ get (int index);
	void set (int index, PointCloudClassificationInfo^ value);
}

Parameters

index  Int32
 

Property Value

PointCloudClassificationInfo

See Also

Reference

Was this information helpful?