public PropertyValue FUNC_ALLCONNECTIONCROSSSECTIONS( int index ) {get; set;}
public: property PropertyValue^ FUNC_ALLCONNECTIONCROSSSECTIONS { PropertyValue^ get(int index); void set (int index, PropertyValue^ value); }
Parameters
- index
public PropertyValue FUNC_ALLCONNECTIONCROSSSECTIONS( int index ) {get; set;}
public: property PropertyValue^ FUNC_ALLCONNECTIONCROSSSECTIONS { PropertyValue^ get(int index); void set (int index, PropertyValue^ value); }
This property contains all connection point cross-sections / diameters of a function where the individual connection point cross-sections / diameters are separated by semicolons ";".
When setting the property an exception is thrown, if no value of the semicolon separated string is saved. This means the object has connection points (Pins) or the string is empty.