Skip to content

software trigger in cpp #31

Open
Open
@Bardia-Khodadadeh

Description

@Bardia-Khodadadeh

Hi there
i want cpp code with similar functionality to this c# code below

private void IC_SoftWareTrigger() { TIS.Imaging.VCDButtonProperty SoftTrigger = (TIS.Imaging.VCDButtonProperty)icImagingControl1.VCDPropertyItems.FindInterface(TIS.Imaging.VCDIDs.VCDID_TriggerMode + ":{FDB4003C-552C-4FAA-B87B-42E888D54147}:" + TIS.Imaging.VCDIDs.VCDInterface_Button); if (SoftTrigger != null) { SoftTrigger.Push(); } }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions