Responder Developer Guide
IsTagged<TTag>(FeatureState,SinglePhase) Method


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Overloads Shared Function IsTagged(Of TTag As Tag)( _
   ByVal featureState As FeatureState, _
   ByVal phase As SinglePhase _
) As Boolean
'Usage
 
Dim featureState As FeatureState
Dim phase As SinglePhase
Dim value As Boolean
 
value = TagInformation.IsTagged(Of TTag)(featureState, phase)
[Extension()]
public static bool IsTagged<TTag>( 
   FeatureState featureState,
   SinglePhase phase
)
where TTag: Tag

Parameters

featureState
phase

Type Parameters

TTag
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

TagInformation Class
TagInformation Members
Overload List

 

 


Send Comment