API Documentation > Interfaces > Interface GTolAttachLeader
Interface GTolAttachLeader

package com.ptc.wfc.wfcGTol;

public interface
GTolAttachLeader
extends
com.ptc.wfc.wfcGTol.GTolAttach


Description
User Guide References:
Methods Inherited from Interface com.ptc.wfc.wfcGTol.GTolAttach :
Method Summary
/*cipOptional*/ AnnotationPlane
Get method for attribute "AnnotationPlane"
Get method for attribute "LeaderAttachType"
Get method for attribute "Leaders"
Get method for attribute "Location"
int
Get method for attribute "MissingLeaders"
void
SetAnnotationPlane ( /*cipOptional*/ AnnotationPlane value)
Set method for attribute "AnnotationPlane"
void
Set method for attribute "LeaderAttachType"
void
Set method for attribute "Leaders"
void
Set method for attribute "Location"
Method Detail
GetAnnotationPlane
/*cipOptional*/ AnnotationPlane
GetAnnotationPlane
()
SetAnnotationPlane
void
SetAnnotationPlane
( /*cipOptional*/ AnnotationPlane value)
User Guide References:
GetLeaderAttachType
GetLeaderAttachType
()
SetLeaderAttachType
void
SetLeaderAttachType
User Guide References:
GetLeaders
GetLeaders
()
SetLeaders
void
SetLeaders
User Guide References:
GetLocation
GetLocation
()
SetLocation
void
SetLocation
(Point3D value)
User Guide References:
GetMissingLeaders
int
GetMissingLeaders
()
User Guide References:
Was this helpful?