All Frameworks  Class Hierarchy  This Framework  Previous  Next  Indexes

CATPlantShipInterfaces Interface CATIPspLogicalLine

System.IUnknown
  |
  +---CATIPspLogicalLine
 

Usage: an implementation of this interface is supplied and you must use it as is. You should not reimplement it.


interface CATIPspLogicalLine

Interface to mangage logical line object.
Role: To query the logical line object's from/to members.


Method Index


o GetFromTo(CATIUnknownList**,CATIUnknownList**,CATIUnknownList**,CATIUnknownList**,CATIUnknownList**,CATIUnknownList**)
Find the major and minor From/To objects from this object.

Methods


o GetFromTo
public virtual HRESULT GetFromTo(CATIUnknownList** oLFromMajors,
CATIUnknownList** oLFromMinors,
CATIUnknownList** oLToMajors,
CATIUnknownList** oLToMinors,
CATIUnknownList** oLFromConnections,
CATIUnknownList** oLToConnections)= 0
Find the major and minor From/To objects from this object.
Parameters:
oLFromMajors
[out, IUnknown#Release] A list of from major objects
oLFromMinors
[out, IUnknown#Release] A list of from minor objects
oLToMajors
[out, IUnknown#Release] A list of to major objects
oLToMinors
[out, IUnknown#Release] A list of to minor objects
oLFromConnections
[out, IUnknown#Release] A list of connections from the major objects.
oLToConnections
[out, IUnknown#Release] A list of connections from the minor objects.
Returns:
An HRESULT value.
Legal values:
S_OK
operation is successful
E_FAIL
operation failed

This object is included in the file: CATIPspLogicalLine.h

Copyright © 2003, Dassault Systèmes. All rights reserved.