public PropertyValue SYMB_NETCONNECTING {get; set;}
public: property PropertyValue^ SYMB_NETCONNECTING { PropertyValue^ get(); void set ( PropertyValue^ value); }
public PropertyValue SYMB_NETCONNECTING {get; set;}
public: property PropertyValue^ SYMB_NETCONNECTING { PropertyValue^ get(); void set ( 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).