FaceProxy.GetSourceFace Method
Parent Object: FaceProxyDescription
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
FaceProxy.GetSourceFace( [GetLeafSource] As Boolean ) As FaceParameters
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. |