ObjectReferenceList
A list of ObjectReference items.
Usage locations
The ObjectReferenceList object can be accessed from the following locations:
- Properties
- Cutplane object has property FilteredEntities.
- SchematicLink object has property ReferenceFaces.
- ShieldedEnclosure object has property Connectors.
- ShieldedEnclosure object has property MeshFaces.
- ImprintPoints object has property ChildReferences.
- Intersect object has property ChildReferences.
- Loft object has property ChildReferences.
- PathSweep object has property ChildReferences.
- ProjectGeometry object has property ChildReferences.
- RepairAndSewFaces object has property ChildReferences.
- RepairPart object has property ChildReferences.
- Spin object has property ChildReferences.
- Split object has property ChildReferences.
- Stitch object has property ChildReferences.
- Subtract object has property ChildReferences.
- Sweep object has property ChildReferences.
- Union object has property ChildReferences.
- Simplify object has property ChildReferences.
- EdgeMeshPort object has property PositiveFaces.
- EdgeMeshPort object has property NegativeFaces.
- EdgePort object has property PositiveFaces.
- EdgePort object has property NegativeFaces.
- FEMLinePort object has property Edges.
- FEMModalPort object has property Faces.
- MicrostripPort object has property Edges.
- Currents object has property ScopedEntities.
- ErrorEstimation object has property ScopedEntities.
- NearFieldReceivingAntenna object has property CombinedFacesFieldData.
- ModelDecomposition object has property ScopedEntities.
- NumericalGreensFunction object has property StaticParts.
- UnprotectedInformation object has property AccessibleEntities.
- ScopeSettings object has property ScopedEntities.
Method List
- Append ()
- Appends a new item to the list. (Returns a ObjectReference object.)
- Clear ()
- Clears the list.
- Count ()
- Returns the number of items in the list. (Returns a number object.)
- Get (index number)
- Returns the item at the given index. Indexing starts at 1. (Returns a ObjectReference object.)
- Remove (index number)
- Removes an item from the list.
Method Details
- Append ()
- Appends a new item to the list.
- Return
- ObjectReference
- The new value that was appended to the list.
- Clear ()
- Clears the list.
- Count ()
- Returns the number of items in the list.
- Return
- number
- The number of items in the list.
- Get (index number)
- Returns the item at the given index. Indexing starts at 1.
- Input Parameters
- index(number)
- The index of the item to return.
- Return
- ObjectReference
- The value at the given index
- Remove (index number)
- Removes an item from the list.
- Input Parameters
- index(number)
- The index of the item to remove.