Share

Entity.IsReferenceValid Property

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



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

Syntax

C#

public bool IsReferenceValid { get; }

VB

Public ReadOnly Property IsReferenceValid As Boolean
	Get

C++

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

Property Value

Boolean

See Also

Reference

Was this information helpful?