MaxCrossSection Property (ConnectionPointPosition)
In This Topic
Maximum cross section that can be connected to this connection point.
Syntax
public double MaxCrossSection {get; set;}
public:
property double MaxCrossSection {
double get();
void set ( double value);
}
See Also