Share

Face.GetSourceFace Method

Parent Object: Face

Description

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

Syntax

Face.GetSourceFace( [GetLeafSource] As Boolean ) As Face

Parameters

Name Type Description
GetLeafSource Boolean Optional input Boolean that specifies whether to get the 'leaf' source face in the case where there are multiple levels of override. If specified to be False, the method returns the next level override face. 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?