Share

AcDbTable::setDirection

C++

virtual Acad::ErrorStatus setDirection(
    const AcGeVector3d& horzVec
);

Description

This function sets the horizontal direction (X axis, in WCS coordinates) for the table.

Returns Acad::eOk if successful. Otherwise, returns Acad::eInvalidInput.

Parameters

Parameters Description
horzVec Input vector to be used as the horizontal vector for the plane containing the table

Links

AcDbTable

Was this information helpful?