Feature.SetValueNull

Feature.SetValueNull method

Définit la valeur de l’attribut surnul .

public void SetValueNull(string attributeName)
ParamètreTaperLa description
attributeNameStringLe nom de l’attribut.

Exceptions

exceptioncondition
InvalidOperationExceptionL’attribut n’est pas verrouillé.
InvalidOperationExceptionLa valeur de cet attribut ne peut pas être Null.
ArgumentExceptionL’attribut portant ce nom n’existe pas dans cette couche.
ArgumentNullExceptionLe nom de l’attribut estnull.

Voir également