API Documentation > Interfaces > Interface FamilyTableColumn
Interface FamilyTableColumn

package com.ptc.pfc.pfcFamily;

public interface
FamilyTableColumn
extends
com.ptc.pfc.pfcObject.Object


Description
This class specifies a column in a family table.
Direct Known Subclasses:
User Guide References:
Method Summary
String
Get method for attribute "Symbol"
The symbol
Get method for attribute "Type"
The type of column
Method Detail
GetSymbol
String
GetSymbol
()
The symbol
User Guide References:
GetType
GetType
()
The type of column
User Guide References:
Was this helpful?