Share

AcGiParameter::AcGiParameter (AcGiParameter&) Constructor

C++

ACDBCORE2D_PORT AcGiParameter(
    const AcGiParameter& other
);

Description

Copy constructs an parameter object with a shared implementation object.

Parameters

Parameters Description
other The base parameter object which is to be shared.

Links

AcGiParameter Class

Was this information helpful?