SimpleLabeling.SimpleLabeling

SimpleLabeling()

Initializes a new instance of the SimpleLabeling class.

public SimpleLabeling()

See Also


SimpleLabeling(string)

Initializes a new instance of the SimpleLabeling class.

public SimpleLabeling(string labelAttribute)
ParameterTypeDescription
labelAttributeStringAttribute name to use as a source of labels.

See Also


SimpleLabeling(SimpleLabeling)

Initializes a new instance of the SimpleLabeling class.

public SimpleLabeling(SimpleLabeling other)
ParameterTypeDescription
otherSimpleLabelingThe other SimpleLabeling to copy data from.

Exceptions

exceptioncondition
ArgumentNullExceptionThe argument is null.

See Also