Share

Autodesk.AutoCAD.EditorInput.SamplerStatus Enumeration

Description

This enumeration represents the outcome of a sampling prompt.

Visual Basic

Public Enum SamplerStatus
  OK
  NoChange
  Cancel
End Enum

C#

public enum SamplerStatus {
  OK,
  NoChange,
  Cancel
}

Members

Members Description
OK Updated or changes accepted.
NoChange No change in sampler status.
Cancel Cancel the operation.

Was this information helpful?