NetObject(String, Double) Constructor

Initializes a new instance of the NetObject class

Definition

Namespace: PCBI_NetGroups
Assembly: PCBI_NetGroups (in PCBI_NetGroups.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public NetObject(
	string _NetName,
	double _SmallestSymbol
)

Parameters

_NetName  String
 
_SmallestSymbol  Double
 

See Also