OperationControlInputs Property |
http://www.emgu.com
Get list of all control inputs to an operation.
Namespace:
Emgu.TF
Assembly:
Emgu.TF.Netstandard (in Emgu.TF.Netstandard.dll) Version: 1.0.0
Syntaxpublic Operation[] ControlInputs { get; }
Public ReadOnly Property ControlInputs As Operation()
Get
public:
property array<Operation^>^ ControlInputs {
array<Operation^>^ get ();
}
member ControlInputs : Operation[] with get
Property Value
Type:
Operation
See Also