Share

AcAxPutLineWeight

C++

HRESULT AXAUTOEXP AcAxPutLineWeight(
    AcAxObjectRef& objRef, 
    ACAD_LWEIGHT lineWeight
);

File

axboiler.h

Description

Sets the line weight for the specified object.

Except for the datatype of the first parameter, this function is identical to the overload that takes an object ID parameter.

Parameters

Parameters Description
objRef Input object reference of object for which to set the line weight
lineWeight Input line weight

Was this information helpful?