BaselineAppliedAssembly(Int32) Property

Note: This API is now obsolete.

Gets the AppliedAssembly instance at the specified index.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Baseline.GetAppliedAssemblyAtIndex instead.", 
	false)]
public AppliedAssembly this[
	int index
] { get; }

Parameters

index  Int32
 

Property Value

AppliedAssembly
See Also