SoOneShottrigger Property |
Namespace: OIV.Inventor.EnginesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoSFTrigger trigger { get; }
Public ReadOnly Property trigger As SoSFTrigger
Get
public:
property SoSFTrigger^ trigger {
SoSFTrigger^ get ();
}
member trigger : SoSFTrigger with get
Property Value
Type:
SoSFTriggerRemarks The trigger will be ignored if it is touched in the middle of a cycle and the RETRIGGERABLE flag is not set.
See Also