Creates a new Thicken feature.
"thickenFeatures_var" is a variable referencing a ThickenFeatures object.
|
"thickenFeatures_var" is a variable referencing a ThickenFeatures object.
|
Type | Description |
ThickenFeature | Returns the newly created ThickenFeature object or null if the creation failed. |
Name | Type | Description |
input | ThickenFeatureInput | A FeatureInput object that defines the desired Thicken feature. Use the createInput method to create a new ThickenFeatureInput object and then use methods on it (the ThickenFeatureInput object) to define the Thicken feature. |
Name | Description |
thickenFeatures.add | Demonstrates the thickenFeatures.add method. |
Thicken Feature API Sample | Demonstrates creating a new thiken feature. |