Share

IntersectionRegionCollection.Item Property



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

Syntax

C#

public IntersectionRegion this[
	int index
] { get; }

VB

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

C++

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

Parameters

index  Int32
 

Property Value

IntersectionRegion

See Also

Reference

Was this information helpful?