FeatureCreateT Method

PreStorm - A Data Client for ArcGIS Server REST API
Instantiates a new object of the specified type. Use this method instead of the constructor to ensure that the mapped properties automatically raise the PropertyChanged event.

Namespace:  PreStorm
Assembly:  PreStorm (in PreStorm.dll) Version: 1.8.19.0 (1.8.19.0)
Syntax

public static T Create<T>()
where T : Feature

Type Parameters

T

Return Value

Type: T
See Also

Reference