API Documentation > Interfaces > Interface SliceExportData
Interface SliceExportData

package com.ptc.pfc.pfcModel;

public interface
SliceExportData
extends
jxobject


Description
This class specifies data for slice export.
User Guide References:
Method Summary
Get method for attribute "CompIds"
A sequence of integers that identify the components that form the path from theroot assembly down to the component part or assembly being referred to.
void
Set method for attribute "CompIds"
A sequence of integers that identify the components that form the path from theroot assembly down to the component part or assembly being referred to.
Method Detail
GetCompIds
GetCompIds
()
SetCompIds
void
SetCompIds
(intseq value)
A sequence of integers that identify the components that form the path from theroot assembly down to the component part or assembly being referred to.
Was this helpful?