ArcObjects Library Reference  (Schematic)    

INgElementType.RemoveSubSymbolEffect Method

Removes the effect 'effect' set for the sub-symbol named 'subName' that represents the element type.

[Visual Basic 6.0]
Sub RemoveSubSymbolEffect(
    ByVal subName As String, _
    ByVal effect As esriNgSubSymbolEffect _
) As Empty
[Visual Basic .NET]
Public Sub RemoveSubSymbolEffect ( _
    ByVal subName As String, _
    ByVal effect As esriNgSubSymbolEffect _
)
[C#]
public void RemoveSubSymbolEffect (
    string subName,
    esriNgSubSymbolEffect effect
);
[Java]
public void removeSubSymbolEffect (
    String subName,
    esriNgSubSymbolEffect effect
)
throws
    IOException,
    AutomationException
[C++]
HRESULT RemoveSubSymbolEffect(
  BSTR subName,
  esriNgSubSymbolEffect effect
);
[C++]

Parameters

subName [in]

  subName is a parameter of type BSTR

effect [in]

  effect is a parameter of type esriNgSubSymbolEffect

Product Availability

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

See Also

INgElementType Interface | INgElementType.IsSubSymbolEffectSet Method | INgElementType.GetSubSymbolEffect Method

Example

INgElementType sub-symbol effects methods - Example

 


Feedback Send feedback on this page