2027 Property
Changes 0
P

ExportLayerTable.Item

Description:
A copy of the item that corresponds to the layer's .
Remarks:
When getting this property, it returns a copy of the ExportLayerInfo from the table. In order to make changes to the ExportLayerInfo and use those settings during export, set the modified ExportLayerInfo back into the table using the same key.
public ExportLayerInfo this[
	ExportLayerKey layerKey
] { get; set; }
  • When getting this property: An entry with the given key is not present in the table.