 | ISimObjectGetFace Method |
Returns a reference to an object' face.
Namespace:
EMInvent.InventSim.COMServer
Assembly:
InventSim (in InventSim.exe) Version: 5.1.12.6+develop
SyntaxISimObject GetFace(
ISimObject originalOwner,
string faceName
)
Function GetFace (
originalOwner As ISimObject,
faceName As String
) As ISimObject
Dim instance As ISimObject
Dim originalOwner As ISimObject
Dim faceName As String
Dim returnValue As ISimObject
returnValue = instance.GetFace(originalOwner,
faceName)
Parameters
- originalOwner
- Type: EMInvent.InventSim.COMServerISimObject
Reference to the original owner of the face. - faceName
- Type: SystemString
Face name.
Return Value
Type:
ISimObjectReference to the face.
See Also