Item Property (String)

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

Syntax

C#

public OffsetAssembly this[
	string offsetAssemblyName
] { get; }

Visual Basic

Public ReadOnly Default Property Item ( _
	offsetAssemblyName As String _
) As OffsetAssembly
	Get

Visual C++

public:
property OffsetAssembly^ default[String^ offsetAssemblyName] {
	OffsetAssembly^ get (String^ offsetAssemblyName);
}

Parameters

offsetAssemblyName
Type: System.String

See Also