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