API Documentation > Interfaces > Interface ViewAlignmentInstructions
Interface ViewAlignmentInstructions

package com.ptc.wfc.wfcView2D;

public interface
ViewAlignmentInstructions
extends
jxobject


Description
User Guide References:
Method Summary
/*optional*/ Selection
Get method for attribute "AlignedViewReference"
Get method for attribute "AlignmentStyle"
Get method for attribute "ReferenceView"
/*optional*/ Selection
Get method for attribute "ViewReference"
void
SetAlignedViewReference ( /*optional*/ Selection value)
Set method for attribute "AlignedViewReference"
void
Set method for attribute "AlignmentStyle"
void
Set method for attribute "ReferenceView"
void
SetViewReference ( /*optional*/ Selection value)
Set method for attribute "ViewReference"
Method Detail
GetReferenceView
GetReferenceView
()
SetReferenceView
void
SetReferenceView
(View2D value)
User Guide References:
GetAlignmentStyle
GetAlignmentStyle
()
SetAlignmentStyle
void
SetAlignmentStyle
User Guide References:
GetViewReference
/*optional*/ Selection
GetViewReference
()
SetViewReference
void
SetViewReference
( /*optional*/ Selection value)
User Guide References:
GetAlignedViewReference
/*optional*/ Selection
GetAlignedViewReference
()
SetAlignedViewReference
void
SetAlignedViewReference
( /*optional*/ Selection value)
User Guide References:
Was this helpful?