VCSetEntitySection


Version:

1.2

Description:

Specifies that when parsing the drawing database, to only step through the drawing area instead of the symbol area.

Declaration:

 

C/C++

extern "C" void WINAPI VCSetEntitySection(short* iError);

Delphi

procedure VCSetEntitySection(var iError: Smallint); stdcall;

ActiveX/COM

Sub SetEntitySection()

Parameters:

No additional parameters are used with this subroutine.

Notes:

When setting and getting current entity properties, the current entity is always set using VCFirstEntity, VCNextEntity, or VCSetCurrentEntity. By default these only traverse the drawing entities and not the symbol entities. VCSetEntitySection tells Visual CADD™ that each current entity selection to only select drawing entities and not entities in symbols. VCSetSymbolSection conversely only steps through entities in symbol definitions and not drawing entities.

See Also:

VCSetSymbolSection, VCSetCurrentEntity, VCNextEntity, VCFirstEntity