ArcObjects Library Reference  (Schematic)    

INgElementType.SetPoleEffect Method

Modifies the effect 'effect' set for the pole that connects the flags of the flag model named 'flagModelName' associated with the element type.

[Visual Basic 6.0]
Sub SetPoleEffect(
    ByVal flagModelName As String, _
    ByVal effect As esriNgPoleEffect, _
    ByVal effValue As Variant _
) As Empty
[Visual Basic .NET]
Public Sub SetPoleEffect ( _
    ByVal flagModelName As String, _
    ByVal effect As esriNgPoleEffect, _
    ByVal effValue As Object _
)
[C#]
public void SetPoleEffect (
    string flagModelName,
    esriNgPoleEffect effect,
    object effValue
);
[Java]
public void setPoleEffect (
    String flagModelName,
    esriNgPoleEffect effect,
    Object effValue
)
throws
    IOException,
    AutomationException
[C++]
HRESULT SetPoleEffect(
  BSTR flagModelName,
  esriNgPoleEffect effect,
  VARIANT effValue
);
[C++]

Parameters

flagModelName [in]

  flagModelName is a parameter of type BSTR

effect [in]

  effect is a parameter of type esriNgPoleEffect

effValue [in]

  effValue is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

INgElementType Interface | INgElementType.GetPoleEffect Method | INgElementType.IsPoleEffectSet Method | INgElementType.RemovePoleEffect Method

Example

INgElementType GetFlagModel, AddFlagModel and SetPoleEffect methods - Examples

 


Feedback Send feedback on this page