Method NewDefault
NewDefault()
Instantiate a new AOV request data with default values.
Note: Allocates memory by the garbage collector. If you intend only to read the default values, you should use defaultAOVRequestDataNonAlloc.
Declaration
public static AOVRequestData NewDefault()
Returns
Type | Description |
---|---|
AOVRequestData | A new AOV request data with default values. |