AreConnectionPointPositionsLocal Property (Placement3D)
In This Topic
Determines if connection point data are saved locally at the part placement.
Syntax
public bool AreConnectionPointPositionsLocal {get; set;}
public:
property bool AreConnectionPointPositionsLocal {
bool get();
void set ( bool value);
}
See Also