EntityIsReferenceStale Property |
For reference objects (IsReferenceObject == true), gets whether the Entity object's reference is stale.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool IsReferenceStale { get; }
Public ReadOnly Property IsReferenceStale As Boolean
Get
public:
property bool IsReferenceStale {
bool get ();
}
Property Value
Boolean
See Also