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.
선언
public static AOVRequestData NewDefault()
반환
타입 | 설명 |
---|---|
AOVRequestData | A new AOV request data with default values. |