PostGIS
2.4.9dev-r@@SVN_REVISION@@
◆
DBFWriteNULLAttribute()
int
SHPAPI_CALL
DBFWriteNULLAttribute
(
DBFHandle
psDBF
,
int
iRecord
,
int
iField
)
Definition at line
1522
of file
dbfopen.c
.
References
DBFWriteAttribute()
, and
SHPAPI_CALL
.
1524
{
1525
return
(
DBFWriteAttribute
( psDBF, iRecord, iField, NULL ) );
1526
}
DBFWriteAttribute
static int DBFWriteAttribute(DBFHandle psDBF, int hEntity, int iField, void *pValue)
Definition:
dbfopen.c:1271
Here is the call graph for this function:
loader
dbfopen.c
Generated by
1.8.13