---
title: "listObjectTypes"
canonical: "https://help.vicon.com/space/ShogunPost121/1253737238/listObjectTypes"
format: markdown
---
# Description

Lists all of the object, or module types available in Shogun Post. Also lists all of the channels and attributes that a module type has.

## Functional area

System

# Command syntax

## Syntax

> Macro (scroll-tablelayout)

|  |
| --- |
| `listObjectTypes [-filename string]` |

### Arguments

None

### Flags

> Macro (scroll-tablelayout)

| Name | Flag arguments | Argument type | Exclusive to | Comments |
| --- | --- | --- | --- | --- |
| `filename` | 1 | string | — | Will redirect all output to the specified file. Default is to print to the Log.  
Use forward-slashes for all file paths. |

## Return value

void

## Examples

```plaintext
// Generate a report of all of Shogun Post's module types and their 
// attributes and channels
listObjectTypes -filename "C:/Output.txt";
```