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

ResetValue() 공개 메소드

Resets the value for this property of the component to the default value.
public ResetValue ( object component ) : void
component object The component (an IRow) with the property value /// that is to be reset to the default value.
리턴 void
    public override void ResetValue(object component)
    {

    }