AdditionalLength Property (MDConnectionPointPosition)
In This Topic
The additional length for the connection if it will be connected to the connection point
Syntax
public double AdditionalLength {get; set;}
public:
property double AdditionalLength {
double get();
void set ( double value);
}
See Also