| Description |
| Sets the referenced model item and path in the reference handle. |
| Synopsis |
| #include <ProReference.h> |
| ProError | ProReferenceSet | ( |
| ProReference reference | |
| /*
(In) |
| The reference handle. |
| */ |
| ProAsmcomppath* path | |
| /*
(In) |
| The component path. If NULL, reference handle will be set as local reference. |
| */ |
| ProModelitem* item | |
| /*
(In) |
| The model item handle. If NULL, model item from ProAsmcomppathMdlGet() -> ProMdlToModelitem() will be set to reference handle. Both item and path cannot be NULL. |
| */ |
| ) |
| Returns |
|
|