This document is archived and information here might be outdated. Recommended version. |
Indicates if the associated feature class can be edited in projected spaces.
[Visual Basic .NET]
Public ReadOnly Property CanEditWithProjection As Boolean
[C#]
public bool CanEditWithProjection {get;}
[C++]
HRESULT get_CanEditWithProjection(
Boolean* IsEditable
);
[C++] Parameters IsEditable [out, retval]
IsEditable is a parameter of type bool*
ArcMap supports the editing of simple features in a different spatial reference than that of the feature dataset. If the associated feature class is of type esriFTSimple, editing of the feature class in different spatial reference can be prevented by implementing the CanEditWithProjection property and returning False.
IFeatureClassEdit Interface | IClassExtension Interface | ISpatialReference Interface