EntityIsReadOnlyReferenceObject Property |
Gets whether the Entity is a readonly reference object. A readonly reference object is
either a data shortcut referece object or a Civil Worksharing reference object.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic bool IsReadOnlyReferenceObject { get; }
Public ReadOnly Property IsReadOnlyReferenceObject As Boolean
Get
public:
property bool IsReadOnlyReferenceObject {
bool get ();
}
Property Value
Boolean
See Also