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