SurveyProjectCollectionItem Property |
Namespace: Autodesk.CivilAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntaxpublic SurveyProject this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As SurveyProject
Get
public:
property SurveyProject^ default[int index] {
SurveyProject^ get (int index);
}
Parameters
- index Int32
-
Property Value
SurveyProject
See Also