SE_layerinfo_create |
Creates an SE_LAYERINFO structure
LONG SE_layerinfo_create (const SE_COORDREF coordref, SE_LAYERINFO *layer);
coordref | A pointer to an SE_COORDREF structure |
layer | A pointer to the layer structure |
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.
SE_SUCCESS
SE_FAILURE
SE_INVALID_POINTER
SE_NET_FAILURE
SE_SDE_NOT_STARTED