FilletDefinition.SetbackVertexItem Property
Parent Object: FilletDefinitionDescription
Returns the specified FilletSetbackVertex object from the definition.
Syntax
FilletDefinition.SetbackVertexItem( Index As Long ) As FilletSetbackVertexProperty Value
This is a read only property whose value is a FilletSetbackVertex.Parameters
Name | Type | Description |
Index | Long | Input Long value that specifies the index of the to return. If an out of range index is provided, an error occurs. |