Share

AlignmentDesignCheckCollection.Item(Int32) Property



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

Syntax

C#

public override AlignmentDesignCheck this[
	int index
] { get; }

VB

Public Overrides ReadOnly Default Property Item ( 
	index As Integer
) As AlignmentDesignCheck
	Get

C++

public:
virtual property AlignmentDesignCheck^ default[int index] {
	AlignmentDesignCheck^ get (int index) override;
}

Parameters

index  Int32
 

Property Value

AlignmentDesignCheck

See Also

Reference

Was this information helpful?