Share

Vertex.GetSourceVertex Method

Parent Object: Vertex

Description

Method that gets the source vertex that has been overridden by this vertex. The method returns Nothing if this vertex is not an override. An error is returned if this method is called on a vertex in a part.

Syntax

Vertex.GetSourceVertex( [GetLeafSource] As Boolean ) As Vertex

Parameters

Name Type Description
GetLeafSource Boolean Optional input Boolean that specifies whether to get the 'leaf' source vertex in the case where there are multiple levels of override. If specified to be False, the method returns the next level override vertex. If not specified, the argument defaults to True indicating that the leaf source will be returned.

This is an optional argument whose default value is True.

Version

Introduced in version 10

Was this information helpful?