Responder Developer Guide
OnPhase<TTag> Method


Syntax
'Declaration
 
<ExtensionAttribute()>
Public Shared Function OnPhase(Of TTag As Tag)( _
   ByVal tags As IEnumerable(Of TTag), _
   ByVal phase As SinglePhase _
) As IEnumerable(Of TTag)
'Usage
 
Dim tags As IEnumerable(Of TTag)
Dim phase As SinglePhase
Dim value As IEnumerable(Of TTag)
 
value = TagInformation.OnPhase(Of TTag)(tags, phase)
[Extension()]
public static IEnumerable<TTag> OnPhase<TTag>( 
   IEnumerable<TTag> tags,
   SinglePhase phase
)
where TTag: Tag

Parameters

tags
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

 

 


Send Comment