All Frameworks Class Hierarchy This Framework Indexes
CATPlantShipInterfaces Interface 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 GetFromTo( | | oLFromMajors, |
| | oLFromMinors, |
| | oLToMajors, |
| | oLToMinors, |
| | oLFromConnections, |
| | oLToConnections) |
-
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