 | IExportSettingsSkipConnectedItems Property |
Ignore connected items.
Namespace:
Vovin.CmcLibNet.Export
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntaxbool SkipConnectedItems { get; set; }Property SkipConnectedItems As Boolean
Get
Set
Property Value
Type:
Boolean
RemarksNote 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