For reference objects (IsReferenceObject == true), gets whether the Entity object's reference is valid.
This indicates whether the referenced object can be found.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.5.768.0
Syntax
C# |
---|
public bool IsReferenceValid { get; } |
Visual Basic |
---|
Public ReadOnly Property IsReferenceValid As Boolean Get |
Visual C++ |
---|
public: property bool IsReferenceValid { bool get (); } |