CornerRoundDefinition.EdgeSetItem Property
Parent Object: CornerRoundDefinitionDescription
Method that returns the specified CornerRoundEdgeSet object from this CornerRoundDefinition object.
Syntax
CornerRoundDefinition.EdgeSetItem( Index As Long ) As CornerRoundEdgeSetProperty Value
This is a read only property whose value is a CornerRoundEdgeSet.Parameters
Name | Type | Description |
Index | Long | Input Long value that specifies the index of the CornerRoundEdgeSet to return. If an out of range index is provided, an error occurs. |