Property that represents modes for attributes
display. This property corresponds to the ATTMODE system variable.
This property can have the following values: Value Description 0
All attributes are invisible. 1 Visible attributes are visible, and
invisible attributes are invisible. 2 All attributes are
visible.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int Attmode { get; set; }
Public Property Attmode As Integer
Get
Set
public:
property int Attmode {
int get ();
void set (int value);
}
member Attmode : int with get, set
Property Value
Int32
See Also