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