Provides access to methods that return open and save filters for datasets of a given type.
Members
Name | Description | |
---|---|---|
OpenGxObjectFilters | The filters used to open a dataset of this type. | |
SaveGxObjectFilters | The filters used to save a dataset of this type. |
IGxFilterInfo.OpenGxObjectFilters Property
The filters used to open a dataset of this type.
Public ReadOnly Property OpenGxObjectFilters As IArray
public IArray OpenGxObjectFilters {get;}
IGxFilterInfo.SaveGxObjectFilters Property
The filters used to save a dataset of this type.
Public ReadOnly Property SaveGxObjectFilters As IArray
public IArray SaveGxObjectFilters {get;}
Classes that implement IGxFilterInfo
Classes | Description |
---|---|
DENetworkDatasetType | Network Dataset Data Element Type object. |