Gets or sets a value indicating whether reloading of the current file is required after adding new paths to SHX files.
Namespace:
CADImport.CADImportForms
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Property NeedReopen() As Boolean |
C#
|
public bool NeedReopen {get; set;} |
Property Value
true if reloading of the current file is required; otherwise,
false.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also