Version: |
2.0 |
Description: |
Specifies the real world line width for the current entity. |
Declaration: |
|
C/C++ |
extern "C" void WINAPI VCGetCurrentEntityLineWidthValue(short* iError, float* dV); |
Delphi |
procedure VCGetCurrentEntityLineWidthValue(var iError: Smallint; var dV: |
ActiveX/COM |
Function GetCurrentEntityLineWidthValue() As Single |
Parameters: |
dV - the real world line width |
Notes: |
The entity whose information is desired must first be set. The current entity is set with VCSetCurrentEntity, VCFirstEntity, VCNextEntity, or VCLastEntity. This allows subsequent use of the VCGetCurrentEntity functions. VCGetCurrentEntityLineWidthValue retrieves the real world value. |
See Also: |
VCFirstEntity, VCGetCurrentEntityColor, VCGetCurrentEntityHandle, VCGetCurrentEntityKind, VCGetCurrentEntityLayer, VCGetCurrentEntityLayerName, VCGetCurrentEntityLineWidth, VCLastEntity, VCNextEntity, VCSetCurrentEntity |