Share

Baseline.AppliedAssembly(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.280

Syntax

C#

[ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Baseline.GetAppliedAssemblyAtIndex instead.", 
	false)]
public AppliedAssembly this[
	int index
] { get; }

VB

<ObsoleteAttribute("Use Autodesk.Civil.DatabaseServices.Baseline.GetAppliedAssemblyAtIndex instead.", 
	false)>
Public ReadOnly Property AppliedAssembly ( 
	index As Integer
) As AppliedAssembly
	Get

C++

public:
[ObsoleteAttribute(L"Use Autodesk.Civil.DatabaseServices.Baseline.GetAppliedAssemblyAtIndex instead.", 
	false)]
property AppliedAssembly^ AppliedAssembly[int index] {
	AppliedAssembly^ get (int index);
}

Parameters

index  Int32
 

Property Value

AppliedAssembly

See Also

Reference

Was this information helpful?