Share

ProfileEntityCollection.Item Property



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

Syntax

C#

public ProfileEntity this[
	int index
] { get; }

VB

Public ReadOnly Default Property Item ( 
	index As Integer
) As ProfileEntity
	Get

C++

public:
property ProfileEntity^ default[int index] {
	ProfileEntity^ get (int index);
}

Parameters

index  Int32
 

Property Value

ProfileEntity

See Also

Reference

Was this information helpful?