LinkedScaleSetLinkedLayerIndex Method |
Note: This API is now obsolete.
Sets the linked layer index for legacy deserialization.
Namespace: Altaxo.Graph.ScalesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax[ObsoleteAttribute]
public void SetLinkedLayerIndex(
int linkedLayerIndex,
IXmlDeserializationInfo info
)
Parameters
- linkedLayerIndex Int32
- The linked layer index.
- info IXmlDeserializationInfo
- The deserialization helper.
See Also