ArcFM Desktop Developer Guide
CreateDesignerFeatures Method


Version: 10.2.1a

Resource Center Home

the work function to set for the features ("remove" or abandon")
CreateDesignerFeature provides a means of adding a selection set of features to a design and automatically setting their work functions to "remove" or "abandon". Assumption: that the editor is editing a workspace and that workspace is the workspace of an open design. Note: Unexpected failures will result in exceptions thrown to the caller.
Syntax
'Declaration
 
Public Sub CreateDesignerFeatures( _
   ByVal features As List(Of IFeature), _
   ByVal workFunction As mmd8WorkFunction _
) 
'Usage
 
Dim instance As FacilitySketcher
Dim features As List(Of IFeature)
Dim workFunction As mmd8WorkFunction
 
instance.CreateDesignerFeatures(features, workFunction)
public void CreateDesignerFeatures( 
   List<IFeature> features,
   mmd8WorkFunction workFunction
)

Parameters

features
workFunction
the work function to set for the features ("remove" or abandon")
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

FacilitySketcher Class
FacilitySketcher Members

 

 


Send Comment