BaselineGetAppliedAssemblyAtIndex Method |
Gets the AppliedAssembly by index.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic AppliedAssembly GetAppliedAssemblyAtIndex(
int index
)
Public Function GetAppliedAssemblyAtIndex (
index As Integer
) As AppliedAssembly
public:
AppliedAssembly^ GetAppliedAssemblyAtIndex(
int index
)
Parameters
- index Int32
- Specified the index at which get the AppliedAssembly.
Return Value
AppliedAssembly
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException |
Thrown when the specified index is out of range.
|
See Also