| Name | Description |
| Add | Method that specifies additional edges to be displayed. |
| Clear | Method that removes all the edges from the list. No edges will be displayed after the method is called. |
| Remove | Method that removes a edge from the list. The edge will no longer be displayed. |
| Name | Description |
| Application | Returns the top-level parent application object. When used the context of Inventor, an Application object is returned. When used in the context of Apprentice, an ApprenticeServer object is returned. |
| Count | Property that returns the number of SurfaceGraphicsEdge objects in the list. |
| Item | Returns a SurfaeGraphicsEdge object. |
| Type | Returns an ObjectTypeEnum indicating this object's type. |