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.2.3892.0

Syntax

C#

public bool IsReferenceValid { get; }

Visual Basic

Public ReadOnly Property IsReferenceValid As Boolean
	Get

Visual C++

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

See Also