Click or drag to resize

MarkOnTheFlyTriggerProfileCopyFrom Method

Copies all properties from the provided profile.

Namespace: RAYLASE.Marker.Profile.Model
Assembly: RAYLASE.Marker.Profile (in RAYLASE.Marker.Profile.dll) Version: 2.19.0
Syntax
C#
public MarkOnTheFlyTriggerProfile CopyFrom(
	MarkOnTheFlyTriggerProfile profile
)

Parameters

profile  MarkOnTheFlyTriggerProfile
Profile to copy from.

Return Value

MarkOnTheFlyTriggerProfile
This.
See Also