Returns offset from baseline alignment where current assembly is being applied.
Namespace: Autodesk.Civil.Runtime
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public double CurrentAssemblyOffset { get; }
VB
Public ReadOnly Property CurrentAssemblyOffset As Double Get
C++
public: property double CurrentAssemblyOffset { double get (); }