

string | |
Name, excluding the extension. | |
/* optional */ string | |
Path to the table file, or null, if the file is in the working directory. | |
The position for the retrieved table. | |
/* optional */ pfcSimpRep | |
The simplified representation to use when copying data in the table. If null, the master representation of the reference solid will be used. | |
/* optional */ pfcSolid | |
The solid model from which to copy data into the table. If null, the table will not use any solid model data. | |
/* optional */ number | |
The file version, or null, for the latest file. |

static pfcTableRetrieveInstructions | |
Creates a data object containing instructions to retrieve a drawing table. Pass this function to pfcTableOwner.RetrieveTable(). or pfcTableOwner.RetrieveTableByOrigin(). |

string | FileName |

/* optional */ string | Path |

Position |

/* optional */ pfcSimpRep | ReferenceRep |

/* optional */ pfcSolid | ReferenceSolid |

/* optional */ number | Version |

static pfcTableRetrieveInstructions | Create |
