| Description |
| Returns the visibility of the specified component. |
| Replacement in Object TOOLKIT: | pfcComponentPath::GetIsVisible |
| Synopsis |
| #include <ProAsmcomp.h> |
| ProError | ProAsmcompVisibilityGet | ( |
| ProAsmcomppath* p_comp_path | |
| /*
(In) |
| The path to the member. |
| */ |
| ProSimprep* p_simp_rep | |
| /*
(In) |
| The handle to the simplified representation. If this is NULL, the function uses the current, active representation of the current assembly. |
| */ |
| ProBoolean* p_visibility | |
| /*
(Out) |
| This is PRO_B_TRUE if the component is visible in the simplified representation; otherwise, this is PRO_B_FALSE. |
| */ |
| ) |
| Returns |
|
|