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