ArcDataBinding.FieldPropertyDescriptor.CanResetValue C# (CSharp) 메소드

CanResetValue() 공개 메소드

Returns whether resetting an object changes its value.
public CanResetValue ( object component ) : bool
component object The component to test for reset capability. /// This will be an IRow
리턴 bool
    public override bool CanResetValue(object component)
    {
      return false;
    }