ESRI.ArcGIS.Mobile.Client
CanCreate Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace > FeatureSourceInfo Class : CanCreate Property

Indicates whether or not new features may be created within the given feature layer by the application. I.e., the underlying feature layer itself allows new features to be created and our Editable property is true.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property CanCreate As Boolean
C# 
public bool CanCreate {get;}

Exceptions

ExceptionDescription
InvalidOperationExceptionInvalid associated feature layer.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also