SE_layerinfo_create

Creates an SE_LAYERINFO structure

Usage syntax

LONG SE_layerinfo_create (const SE_COORDREF coordref, SE_LAYERINFO *layer);

Parameters
coordref A pointer to an SE_COORDREF structure
layer A pointer to the layer structure
Description

SE_layerinfo_create allocates and initializes an SE_LAYERINFO structure which contains information about a layer. If the SE_COORDREF is NULL, a default coordinate reference is initialized.

You must call this function to create a valid SE_LAYERINFO object before using any other function that requires an SE_LAYERINFO pointer.

Returns

SE_SUCCESS
SE_FAILURE

SE_INVALID_POINTER

SE_NET_FAILURE

SE_SDE_NOT_STARTED