Share

AcGiVisualStyle::AcGiVisualStyle

C++

AcGiVisualStyle(
    const AcGiVisualStyle& visualStyle
);

Description

Copy constructor. Copies the given visual style into this visual style.

Parameters

Parameters Description
visualStyle Input a constant reference to the visual style which will be copied into this visual style.

Links

AcGiVisualStyle

Was this information helpful?