Creates a new shell feature.
"shellFeatures_var" is a variable referencing a ShellFeatures object. |
"shellFeatures_var" is a variable referencing a ShellFeatures object. |
| Type | Description |
| ShellFeature | Returns the newly created ShellFeature object or null if the creation failed. |
| Name | Type | Description |
| input | ShellFeatureInput | A ShellFeatureInput object that defines the desired shell. Use the createInput method to create a new ShellFeatureInput object and then use methods on it (the ShellFeatureInput object) to define the shell. |
| Name | Description |
| shellFeatures.add | Demonstrates creating a shell feature. |
| Shell Feature API Sample | Demonstrates creating a new shell feature. |