BlockTableRecordIsAnonymous
Property
 | 
Gets whether this block table record is
anonymous.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
 
public bool IsAnonymous { get; }
 
Public ReadOnly Property IsAnonymous As Boolean
        Get
 
public:
property bool IsAnonymous {
        bool get ();
}
 
member IsAnonymous : bool with get
 
 
 
Property Value
Boolean
 
See Also