SurveyProjectCollectionItem Property |
Namespace: Autodesk.CivilAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
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