Share

Autodesk.AutoCAD.EditorInput.SamplerStatus Enumeration

Description

This enumeration represents the outcome of a sampling prompt.

C#

public enum SamplerStatus {
  OK,
  NoChange,
  Cancel
}

Visual Basic

Public Enum SamplerStatus
  OK
  NoChange
  Cancel
End Enum

Members

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

Was this information helpful?