Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public ProfileLabelSetItem this[ int index ] { get; } |
Visual Basic |
---|
Public ReadOnly Default Property Item ( _ index As Integer _ ) As ProfileLabelSetItem Get |
Visual C++ |
---|
public: property ProfileLabelSetItem^ default[int index] { ProfileLabelSetItem^ get (int index); } |
Parameters
- index
- Type: System..::..Int32