L_VecRemoveObjectViewContext

#include "lvkrn.h"

L_LVKRN_API L_INT L_VecRemoveObjectViewContext(pVector, pObject)

pVECTORHANDLE pVector;

/* pointer to the vector handle */

pVECTOROBJECT pObject;

/* pointer to a VECTOROBJECT structure */

Removes a preset view context from the specified vector object.

Parameter

Description

pVector

Pointer to the vector handle.

pObject

Pointer to a VECTOROBJECT structure that references the vector object from which to remove the view context. If the object doesnt have a view context, the object is not changed.

Returns

SUCCESS

The function was successful.

< 1

An error occurred. Refer to Return Codes.

Required DLLs and Libraries

LVKRN

For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application.

See Also

Functions:

L_VecSetObjectViewContext , L_VecGetObjectViewContext

Topics:

Modifying Vector Object Characteristics

 

Working with View Context

Example

For an example, please refer to L_VecGetObjectViewContext