Skip to content

Class SpinnakerNET::GenApi::Property

ClassList > SpinnakerNET > GenApi > Property

Property of a node containing all the values and attributes.

  • #include <Property.h>

Public Attributes

Type Name
property array< System::String^> Attributes = /* multi line expression */
Gets an array containing all attributes.
property array< System::String^> Values = /* multi line expression */
Gets an array containing all values.

Public Functions

Type Name
__clrcall Property (System::String ^ values, System::String ^ attributes)
Creates a properties object from the given values.

Public Attributes Documentation

variable Attributes

Gets an array containing all attributes.

property array<System::String^> SpinnakerNET::GenApi::Property::Attributes;

string array containing all attributes.


variable Values

Gets an array containing all values.

property array<System::String^> SpinnakerNET::GenApi::Property::Values;

string array containing all values.


Public Functions Documentation

function Property

Creates a properties object from the given values.

__clrcall SpinnakerNET::GenApi::Property::Property (
    System::String ^ values,
    System::String ^ attributes
) 

Parameters:

  • values Tab delimited list of values.
  • attributes Tab delimited list of attributes.


The documentation for this class was generated from the following file /workspace/src/SpinnakerNET/GenApiNet/Property.h