Share

AcGsView::getClientViewInfo Method

C++

virtual const AcGsClientViewInfo& getClientViewInfo() const = 0;

Description

Retrieves a struct containing view-specific information related to the client (in this case, AutoCAD).

Returns

A reference to view information specific to this view within the client, AutoCAD.

Remarks

You can interpret the information contained in this struct via methods on AcGsManager.

Links

AcGsView Class

See Also

AcGsManager::viewportIdFromClientInfo(),
AcGsManager::acadWindowIdFromClientInfo(),
AcGsManager::viewportObjectIdFromClientInfo().

Was this information helpful?