Share

BaseBaseline.BaselineGuid Property

Gets the Guid of the Baseline.



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

Syntax

C#

public virtual Guid BaselineGuid { get; }

VB

Public Overridable ReadOnly Property BaselineGuid As Guid
	Get

C++

public:
virtual property Guid BaselineGuid {
	Guid get ();
}

Property Value

Guid

See Also

Reference

Was this information helpful?