KeepConnPointDesignations Property
If TRUE, the connection points will keep their designations. If FALSE, the connection points with designations will be treated like connection points without designations. Default is TRUE.
public bool KeepConnPointDesignations {get; set;}
public:
property bool KeepConnPointDesignations {
bool get();
void set ( bool value);
}