Share

AcAxGetLineWeight

C++

HRESULT AXAUTOEXP AcAxGetLineWeight(
    AcAxObjectRef& objRef, 
    ACAD_LWEIGHT* lineWeight
);

File

axboiler.h

Description

Gets 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 get the line weight
lineWeight Pointer to the line weight

Was this information helpful?