Share

Assembly.OffsetAssemblies Property

Gets the OffsetAssemblyCollection.



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

Syntax

C#

public OffsetAssemblyCollection OffsetAssemblies { get; }

VB

Public ReadOnly Property OffsetAssemblies As OffsetAssemblyCollection
	Get

C++

public:
property OffsetAssemblyCollection^ OffsetAssemblies {
	OffsetAssemblyCollection^ get ();
}

Property Value

OffsetAssemblyCollection

See Also

Reference

Was this information helpful?