Click or drag to resize

IExportSettingsSkipConnectedItems Property

Ignore connected items.

Namespace:  Vovin.CmcLibNet.Export
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
bool SkipConnectedItems { get; set; }

Property Value

Type: Boolean
Remarks
Note that connected data will still be read if defined, just ignored in the output.

Not all exports respect this setting.

For best performance create a custom cursor or view that does not include connected columns.

See Also