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 );
Parameters
subName [in]
subName is a parameter of type BSTR
effect [in]
effect is a parameter of type esriNgSubSymbolEffect
INgElementType Interface | INgElementType.IsSubSymbolEffectSet Method | INgElementType.GetSubSymbolEffect Method