pub unsafe extern "C" fn acFeatureStreamReadFileName(
hFeatureStream: acFeatureStream,
pFileName: *const c_char,
) -> AC_ERRORExpand description
@fn AC_ERROR AC_API acFeatureStreamReadFileName(acFeatureStream hFeatureStream, const char* pFileName)
@param hFeatureStream
- Type: acFeatureStream
- [In] parameter
- The feature stream object
@param pFileName
- Type: const char*
- [In] parameter
- Name of the file to stream from
@return
- Type: AC_ERROR
- Error code for the function
- Returns AC_ERR_SUCCESS (0) on success
acFeatureStreamReadFileName streams all selected features from a file to the node map (acNodeMap).
@see
- acNodeMap