OpenPathShapeBaseCopyFrom(OpenPathShapeBase, Boolean) Method |
Namespace: Altaxo.Graph.Graph3D.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected void CopyFrom(
OpenPathShapeBase from,
bool withBaseMembers
)
Parameters
- from OpenPathShapeBase
- The shape to copy from.
- withBaseMembers Boolean
- If set to true, base members are copied as well.
See Also