

String | GetFileName () |
Get method for attribute "FileName" Name, excluding the extension. | |
/*optional*/ String | GetPath () |
Get method for attribute "Path" Path to the table file, ornull, if the file is in the working directory. | |
GetPosition () | |
Get method for attribute "Position" The position for the retrieved table. | |
/*optional*/ SimpRep | |
Get method for attribute "ReferenceRep" The simplified representation to use when copying data in the table. Ifnull, the master representation of the reference solid will be used. | |
/*optional*/ Solid | |
Get method for attribute "ReferenceSolid" The solid model from which to copy data into the table. Ifnull, the table will not use any solid model data. | |
/*optional*/ Integer | GetVersion () |
Get method for attribute "Version" The file version, ornull, for the latest file. | |
void | SetFileName (String value) |
Set method for attribute "FileName" Name, excluding the extension. | |
void | SetPath ( /*optional*/ String value) |
Set method for attribute "Path" Path to the table file, ornull, if the file is in the working directory. | |
void | |
Set method for attribute "Position" The position for the retrieved table. | |
void | |
Set method for attribute "ReferenceRep" The simplified representation to use when copying data in the table. Ifnull, the master representation of the reference solid will be used. | |
void | |
Set method for attribute "ReferenceSolid" The solid model from which to copy data into the table. Ifnull, the table will not use any solid model data. | |
void | SetVersion ( /*optional*/ Integer value) |
Set method for attribute "Version" The file version, ornull, for the latest file. |

GetFileName | ||
String | GetFileName | () |
SetFileName | ||
void | SetFileName | (String value) |

GetPath | ||
/*optional*/ String | GetPath | () |
SetPath | ||
void | SetPath | ( /*optional*/ String value) |

GetVersion | ||
/*optional*/ Integer | GetVersion | () |
SetVersion | ||
void | SetVersion | ( /*optional*/ Integer value) |


GetReferenceSolid | ||
/*optional*/ Solid | GetReferenceSolid | () |
SetReferenceSolid | ||
void | SetReferenceSolid |

GetReferenceRep | ||
/*optional*/ SimpRep | GetReferenceRep | () |
SetReferenceRep | ||
void | SetReferenceRep |
