AxisStyleCollectionTryGetValue Method |
Tries to get the axis style with the specified identifier.
Namespace: Altaxo.Graph.Graph3D.AxisAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool TryGetValue(
CSLineID id,
out AxisStyle value
)
Parameters
- id CSLineID
- The axis style identifier.
- value AxisStyle
- When this method returns, contains the matching axis style if one was found; otherwise, .
Return Value
Boolean if an axis style was found; otherwise,
.
See Also