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