Version: |
1.2 |
Description: |
Drawing layers can be turned "off" to eliminate the layer from the screen. |
Declaration: |
|
C/C++ |
extern "C" vbool WINAPI VCGetLayerDisplay(short*
iError, short iIndex); |
Delphi |
function VCGetLayerDisplay(var iError: Smallint; iIndex:
Smallint):Wordbool; stdcall; |
ActiveX/COM |
Function GetLayerDisplay(ByVal iIndex As Integer) As Integer |
Parameters: |
iIndex - the layer index |
Notes: |
The entity data is still stored in the drawing and can be turned "on" to re-show the entities. By hiding layers, redraw times can be improved for only the desired details or layers. |
See Also: |