Share

OffsetAssemblyCollection.Item(String) Property



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

Syntax

C#

public OffsetAssembly this[
	string offsetAssemblyName
] { get; }

VB

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

C++

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

Parameters

offsetAssemblyName  String
 

Property Value

OffsetAssembly

See Also

Reference

Was this information helpful?