public PropertyValue SYMB_NETCONNECTING( int index ) {get; set;}
public: property PropertyValue^ SYMB_NETCONNECTING { PropertyValue^ get(int index); void set (int index, PropertyValue^ value); }
Parameters
- index
public PropertyValue SYMB_NETCONNECTING( int index ) {get; set;}
public: property PropertyValue^ SYMB_NETCONNECTING { PropertyValue^ get(int index); void set (int index, PropertyValue^ value); }
Shows whether a net-connecting function is created when placing and replacing a symbol. The visibility of the property depends on the type of symbol. The following values are possible:
0 = Not defined (the property is not observed when placing and replacing the symbol).
1 = Yes (a net-connecting function is generated for this symbol when placing and replacing the symbol).
2 = No (a function that does not connect nets is generated for this symbol when placing and replacing the symbol).