GetFeature Method

Summary

Gets the feature with the specified feature id.

Syntax
C#
VB
C++
public IFeature GetFeature( 
   string featureId 
) 
  
Function GetFeature( _ 
   ByVal featureId As String _ 
) As IFeature 
IFeature^ GetFeature(  
   String^ featureId 
)  

Parameters

featureId
The feature id.

Return Value

The feature if found, null otherwise.

Requirements

Target Platforms

Help Version 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly