This document is archived and information here might be outdated.  Recommended version.


IProtectNameCarto.ProtectOLE_COLOR Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IProtectNameCarto Interface > IProtectNameCarto.ProtectOLE_COLOR Method
ArcGIS Developer Help

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(
  OLE_COLOR aColor
);
[C++]
Parameters
aColor 

aColor is a parameter of type OLE_COLOR

Product Availability

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

See Also

IProtectNameCarto Interface