ArcFM Desktop Developer Guide
CreateCamera Method


Syntax
'Declaration
 
Protected Overridable Function CreateCamera( _
   ByVal uiElement As UIElement, _
   ByVal fieldOfView As Double _
) As Camera
'Usage
 
Dim instance As Transition3D
Dim uiElement As UIElement
Dim fieldOfView As Double
Dim value As Camera
 
value = instance.CreateCamera(uiElement, fieldOfView)
protected virtual Camera CreateCamera( 
   UIElement uiElement,
   double fieldOfView
)

Parameters

uiElement
fieldOfView
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Transition3D Class
Transition3D Members

 

 


Send Comment