Namespace:  Teigha.DatabaseServices
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public Nullable<CellStates> State { get; set; }
 
Public Property State As Nullable(Of CellStates)
        Get
        Set
 
public:
property Nullable<CellStates> State {
        Nullable<CellStates> get ();
        void set (Nullable<CellStates> value);
}
 
member State : Nullable<CellStates> with get, set
 
 
 
Property Value
Type: 
NullableCellStates 
See Also