Click or drag to resize

VectorGraphicPathSendTrigger Method

[Missing <summary> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicPath.SendTrigger(GlmSharp.dvec3,System.Int32,System.Int32,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.HardwareTriggerPolarity,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{RAYLASE.Marker.VectorGraphicElement.MetafileCommand.HardwareTriggerPolarity},System.Double,System.Boolean)"]


Namespace: RAYLASE.Marker.VectorGraphicElement
Assembly: RAYLASE.Marker.VectorGraphicElement (in RAYLASE.Marker.VectorGraphicElement.dll) Version: 2.19.0
Syntax
C#
public virtual void SendTrigger(
	dvec3 endPoint,
	int outPin,
	int outPort,
	HardwareTriggerPolarity outPolarity,
	int? inPin = null,
	int? inPort = null,
	HardwareTriggerPolarity? inPolarity = null,
	double duration = 0.01,
	bool ignoreTransformation = false
)

Parameters

endPoint  dvec3

[Missing <param name="endPoint"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicPath.SendTrigger(GlmSharp.dvec3,System.Int32,System.Int32,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.HardwareTriggerPolarity,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{RAYLASE.Marker.VectorGraphicElement.MetafileCommand.HardwareTriggerPolarity},System.Double,System.Boolean)"]

outPin  Int32

[Missing <param name="outPin"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicPath.SendTrigger(GlmSharp.dvec3,System.Int32,System.Int32,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.HardwareTriggerPolarity,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{RAYLASE.Marker.VectorGraphicElement.MetafileCommand.HardwareTriggerPolarity},System.Double,System.Boolean)"]

outPort  Int32

[Missing <param name="outPort"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicPath.SendTrigger(GlmSharp.dvec3,System.Int32,System.Int32,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.HardwareTriggerPolarity,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{RAYLASE.Marker.VectorGraphicElement.MetafileCommand.HardwareTriggerPolarity},System.Double,System.Boolean)"]

outPolarity  HardwareTriggerPolarity

[Missing <param name="outPolarity"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicPath.SendTrigger(GlmSharp.dvec3,System.Int32,System.Int32,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.HardwareTriggerPolarity,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{RAYLASE.Marker.VectorGraphicElement.MetafileCommand.HardwareTriggerPolarity},System.Double,System.Boolean)"]

inPin  NullableInt32  (Optional)

[Missing <param name="inPin"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicPath.SendTrigger(GlmSharp.dvec3,System.Int32,System.Int32,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.HardwareTriggerPolarity,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{RAYLASE.Marker.VectorGraphicElement.MetafileCommand.HardwareTriggerPolarity},System.Double,System.Boolean)"]

inPort  NullableInt32  (Optional)

[Missing <param name="inPort"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicPath.SendTrigger(GlmSharp.dvec3,System.Int32,System.Int32,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.HardwareTriggerPolarity,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{RAYLASE.Marker.VectorGraphicElement.MetafileCommand.HardwareTriggerPolarity},System.Double,System.Boolean)"]

inPolarity  NullableHardwareTriggerPolarity  (Optional)

[Missing <param name="inPolarity"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicPath.SendTrigger(GlmSharp.dvec3,System.Int32,System.Int32,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.HardwareTriggerPolarity,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{RAYLASE.Marker.VectorGraphicElement.MetafileCommand.HardwareTriggerPolarity},System.Double,System.Boolean)"]

duration  Double  (Optional)

[Missing <param name="duration"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicPath.SendTrigger(GlmSharp.dvec3,System.Int32,System.Int32,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.HardwareTriggerPolarity,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{RAYLASE.Marker.VectorGraphicElement.MetafileCommand.HardwareTriggerPolarity},System.Double,System.Boolean)"]

ignoreTransformation  Boolean  (Optional)

[Missing <param name="ignoreTransformation"/> documentation for "M:RAYLASE.Marker.VectorGraphicElement.VectorGraphicPath.SendTrigger(GlmSharp.dvec3,System.Int32,System.Int32,RAYLASE.Marker.VectorGraphicElement.MetafileCommand.HardwareTriggerPolarity,System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{RAYLASE.Marker.VectorGraphicElement.MetafileCommand.HardwareTriggerPolarity},System.Double,System.Boolean)"]

See Also