ArcObjects Library Reference (Carto)  

IProtectNameCarto.ProtectOLE_COLOR Method

[Visual Basic .NET]
Public Sub ProtectOLE_COLOR ( _
    ByVal aColor As Integer _
)
[C#]
public void ProtectOLE_COLOR (
    int aColor
);
[C++]
HRESULT ProtectOLE_COLOR(
  long aColor
);
[C++]

Parameters

aColor   aColor is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IProtectNameCarto Interface