Share

Baseline.GetAppliedAssemblyAtIndex Method

Gets the AppliedAssembly by index.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public AppliedAssembly GetAppliedAssemblyAtIndex(
	int index
)

VB

Public Function GetAppliedAssemblyAtIndex ( 
	index As Integer
) As AppliedAssembly

C++

public:
AppliedAssembly^ GetAppliedAssemblyAtIndex(
	int index
)

Parameters

index  Int32
Specified the index at which get the AppliedAssembly.

Return Value

AppliedAssembly

Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown when the specified index is out of range.

See Also

Reference

Was this information helpful?