Share

acgsGetCurrent3dAcGsView Function

C++

ACCORE_PORT AcGsView * acgsGetCurrent3dAcGsView(
    int vpNum
);

File

acgs.h

Description

Use this function to retrieve the persistently shaded AcGsView associated with the specified viewport. This method will return NULL if there is no such view.

Remarks

acgsGetCurrent3DAcGsView() is the replacement function for acgsGetGsView().

Was this information helpful?