VCSetSymbolSection


Version:

1.2

Description:

Specifies that when traversing the drawing database to only step through a specified symbol and not through the drawing area.

Declaration:

 

C/C++

extern "C" void WINAPI VCSetSymbolSection(short* iError, char* pName);

Delphi

procedure VCSetSymbolSection(var iError: Smallint; pName: PAnsiChar); stdcall;

ActiveX/COM

Sub SetSymbolSection(ByVal pName As String)

Parameters:

pName - the name of the symbol to step through.

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:

 VCSetEntitySection