ArcFM Engine Developer Guide
CallerType Property


Syntax
'Declaration
 
Public Property CallerType As Nullable(Of CallerTypeDomain)
'Usage
 
Dim instance As CallbacksObject
Dim value As Nullable(Of CallerTypeDomain)
 
instance.CallerType = value
 
value = instance.CallerType
public Nullable<CallerTypeDomain> CallerType {get; set;}
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

CallbacksObject Class
CallbacksObject Members

 

 


Send Comment