Share

AcDbTable::setNormal

C++

Acad::ErrorStatus setNormal(
    const AcGeVector3d& newVal
) override;

Description

Overridden method from AcDbBlockReference. See AcDbBlockReference::setNormal.

Parameters

Parameters Description
newVal See parent

Links

AcDbTable

Was this information helpful?