Property that represents a field state by one
of the FieldState values or their
combination.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
24.2.0.0
Syntax
public FieldState State { get; }
Public ReadOnly Property State As FieldState
Get
public:
property FieldState State {
FieldState get ();
}
member State : FieldState with get
Property Value
FieldState
See Also