Share

Entity.IsReferenceStale Property

For reference objects (IsReferenceObject == true), gets whether the Entity object's reference is stale.



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

Syntax

C#

public bool IsReferenceStale { get; }

VB

Public ReadOnly Property IsReferenceStale As Boolean
	Get

C++

public:
property bool IsReferenceStale {
	bool get ();
}

Property Value

Boolean

See Also

Reference

Was this information helpful?