DatabaseUpdateThumbnail Property
|
Property that controls the updating of preview
images in the Sheet Set Manager. This property corresponds to the
UPDATETHUMBNAIL system variable. UPDATETHUMBNAIL will be a
combination of one or more of the following:
ValueDescription0 Do not update previews. 0x01 Update
model view previews. 0x02 Update sheet view previews. 0x04 Update
sheet previews. 0x08 Update previews when sheets and views are
modified, restored, or created. 0x16 Update previews when database
is saved.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public int UpdateThumbnail { get; set; }
Public Property UpdateThumbnail As Integer
Get
Set
public:
property int UpdateThumbnail {
int get ();
void set (int value);
}
member UpdateThumbnail : int with get, set
Property Value
Int32
See Also