Gets the GUID of the offset baseline.

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

Syntax

C#
public Guid OffsetGUID { get; }
Visual Basic
Public ReadOnly Property OffsetGUID As Guid
	Get
Visual C++
public:
property Guid OffsetGUID {
	Guid get ();
}

See Also