API Documentation > Interfaces > Interface RelationOwner
Interface RelationOwner

package com.ptc.pfc.pfcModelItem;

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


Description
An object of type can have relations assigned to it.
Direct Known Subclasses:
Method Summary
void
Deletes all relations assigned to the item.
EvaluateExpression (String Expression)
Use Creo Parametric to evaluate the given relations-based expression.
/*optional*/ stringseq
Get method for attribute "Relations"
The list of the actual relations assigned to the item.
void
Regenerates the relations assigned to the item.
void
SetRelations ( /*optional*/ stringseq value)
Set method for attribute "Relations"
The list of the actual relations assigned to the item.
Method Detail
DeleteRelations
void
DeleteRelations
()
Deletes all relations assigned to the item.
Manual References:
Returns:
GetRelations
/*optional*/ stringseq
GetRelations
()
SetRelations
void
SetRelations
( /*optional*/ stringseq value)
The list of the actual relations assigned to the item.
In case of a Model, this attribute is a complement of Model.GetPostRegenerationRelations(/*optional*/ stringseq) which contains post regeneration relations.
Manual References:
RegenerateRelations
void
RegenerateRelations
()
Regenerates the relations assigned to the item.
Manual References:
Returns:
EvaluateExpression
EvaluateExpression
(String Expression)
Use Creo Parametric to evaluate the given relations-based expression.
Manual References:
Parameters:
Expression
Returns:
The calculated value of the expression.
Was this helpful?