Creates a PipeFeatureInput object for defining a simple Pipe feature with only a path. Use properties and methods on this object to define the Pipe you want to create and then use the Add method, passing in the PipeFeatureInput object.
"pipeFeatures_var" is a variable referencing a PipeFeatures object.
|
"pipeFeatures_var" is a variable referencing a PipeFeatures object.
|
Type | Description |
PipeFeatureInput | Returns the newly created PipeFeatureInput object or null if the creation failed. |
Name | Type | Description |
path | Path | The path to create the Pipe. |
operation | FeatureOperations | The feature operation to perform. |