VCChangeSelected


Version:

1.2

Description:

Changes all selected entities to the line attributes specified in EAttr

Declaration:

 

C/C++

extern "C" void WINAPI VCChangeSelected(EAttr* ea);

Delphi

procedure VCChangeSelected(var ea: EAttr); stdcall;

ActiveX/COM

Sub ChangeSelected(ByVal iLayer As Integer, ByVal iColor As Integer, ByVal iLtype As Integer, ByVal iWidth As Integer, ByVal fWidth As Single, ByVal bByLayerFlag As Byte)

Parameters:

EAttr - user defined type containing the entity properties.

Notes:

VCChangeSelected operates on all currently selected entities and immediately applies the line properties defined in the EAttr parameter.

See Also:

VCApplySettingsToCurrentEntity, VCDuplicate, VCDuplicateWithTransform