This .NET enum wraps the AcDbField::FilingOption ObjectARX enum. This value specifies the filing option set by the field evaluators.
Public Enum FieldFilingOptions SkipFilingResult = 1 End Enum
public enum FieldFilingOptions {
SkipFilingResult = 1
}
| Members | Description |
|---|---|
| SkipFilingResult = 1 | Do not file out the cached evaluation result with the field. |