Share

acedCreateViewCube Function

C++

AcEdViewCube* acedCreateViewCube(
    AcGsView* pGsView
);

File

AcEdViewCube.h

Description

Creates a view cube object for a specified AcGsView.

Returns the created view cube; NULL is the function failed.

Parameters

Parameters Description
pGsView Input a pointer specifying the view that is to create a view cube

Was this information helpful?