API Documentation > Interfaces > Interface ExternalObjectSelectionBoxData
Interface ExternalObjectSelectionBoxData

package com.ptc.wfc.wfcExternalObject;

public interface
ExternalObjectSelectionBoxData
extends
com.ptc.wfc.wfcExternalObject.ExternalObjectData


Description
Selection properties of external object
User Guide References:
Methods Inherited from Interface com.ptc.wfc.wfcExternalObject.ExternalObjectData :
Method Summary
Get method for attribute "Boxes"
Selection boxes for external object
void
Set method for attribute "Boxes"
Selection boxes for external object
Method Detail
GetBoxes
GetBoxes
()
SetBoxes
void
SetBoxes
(SelectionBoxes value)
Selection boxes for external object
User Guide References:
Was this helpful?