Gets the AppliedAssembly by index.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public AppliedAssembly GetAppliedAssemblyAtIndex( int index ) |
Visual Basic |
---|
Public Function GetAppliedAssemblyAtIndex ( _ index As Integer _ ) As AppliedAssembly |
Visual C++ |
---|
public: AppliedAssembly^ GetAppliedAssemblyAtIndex( int index ) |
Parameters
- index
- Type: System..::..Int32
Specified the index at which get the AppliedAssembly.
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentOutOfRangeException | Thrown when the specified index is out of range. |