Responder Developer Guide
AddDragSources Method


Syntax
'Declaration
 
Public Sub AddDragSources( _
   ByVal dragSources As DragSourcesStyle, _
   ByVal targetRepresents As String _
) 
'Usage
 
Dim instance As DatasetDecorator
Dim dragSources As DragSourcesStyle
Dim targetRepresents As String
 
instance.AddDragSources(dragSources, targetRepresents)
public void AddDragSources( 
   DragSourcesStyle dragSources,
   string targetRepresents
)

Parameters

dragSources
targetRepresents
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

DatasetDecorator Class
DatasetDecorator Members

 

 


Send Comment