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.
string array containing all attributes.
variable Values¶
Gets an array containing all 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:
valuesTab delimited list of values.attributesTab delimited list of attributes.
The documentation for this class was generated from the following file /workspace/src/SpinnakerNET/GenApiNet/Property.h