ProfileViewBandSetItemCollectionItem Property |
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic ProfileViewBandSetItem this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As ProfileViewBandSetItem
Get
public:
property ProfileViewBandSetItem^ default[int index] {
ProfileViewBandSetItem^ get (int index);
}
Parameters
- index Int32
-
Property Value
ProfileViewBandSetItem
See Also