# VecScatterGetType
Gets the vector scatter type name (as a string) from the `VecScatter`. 
## Synopsis
```
#include "petscsf.h" 
PetscErrorCode VecScatterGetType(VecScatter sf, VecScatterType *type)
```
Not Collective


## Input Parameter

- ***sf  -*** The vector scatter



## Output Parameter

- ***type -*** The vector scatter type name





## See Also
 [](sec_scatter), `VecScatter`, `VecScatterType`, `VecScatterSetType()`, `VecScatterCreate()`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/vec/is/sf/interface/vscat.c.html#VecScatterGetType">src/vec/is/sf/interface/vscat.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/vec/is/sf/interface/vscat.c)


[Index of all PetscSF routines](index.md)  
[Table of Contents for all manual pages](/docs/manualpages/index.md)  
[Index of all manual pages](/docs/manualpages/singleindex.md)  
