Gets the AppliedAssembly by index.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0
Syntax
C# |
---|
public AppliedAssembly this[ int index ] { get; } |
Visual Basic |
---|
Public ReadOnly Property AppliedAssembly ( _ index As Integer _ ) As AppliedAssembly Get |
Visual C++ |
---|
public: property AppliedAssembly^ AppliedAssembly[int index] { AppliedAssembly^ get (int index); } |
Parameters
- index
- Type: System..::..Int32