Share

AcDbSoftPointerId::AcDbSoftPointerId (AcDbStub*) Constructor

C++

AcDbSoftPointerId(
    const AcDbStub*
);

Description

Copy constructor.

Creates new AcDbSoftPointerId object and copies stub's data into it.

Parameters

Parameters Description
stub Input AcDbStub object to copy

Links

AcDbSoftPointerId

Was this information helpful?