GetEdgeIDsFromObject

Returns the edge IDs for a specified object.

UI Access N/A
Parameters
Name Type Description

<object>

String

Object name.

Return Value Array containing string edge IDs.

 

Python Syntax GetEdgeIDsFromObject (<object>)
Python Example

oEditor.GetEdgeIDsFromObject("Box1")

 

VB Syntax GetEdgeIDsFromObject <object>
VB Example

oEditor.GetEdgeIDsFromObject "Box1"