Gets or sets FingerPrint of the Entity.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public virtual ulong FingerPrint { get; set; }
VB
Public Overridable Property FingerPrint As ULong Get Set
C++
public: virtual property unsigned long long FingerPrint { unsigned long long get (); void set (unsigned long long value); }