ArcFM Desktop Developer Guide
CreateDesignerFeatures Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

the feature selection set to Facility Sketch
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 Function CreateDesignerFeatures( _
   ByVal features As List(Of IFeature), _
   ByVal workFunction As mmd8WorkFunction _
) As Boolean
'Usage
 
Dim instance As FacilitySketcher
Dim features As List(Of IFeature)
Dim workFunction As mmd8WorkFunction
Dim value As Boolean
 
value = instance.CreateDesignerFeatures(features, workFunction)
public bool CreateDesignerFeatures( 
   List<IFeature> features,
   mmd8WorkFunction workFunction
)

Parameters

features
the feature selection set to Facility Sketch
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