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


ICadDrawingLayers.OriginalDrawingLayerVisible Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IC > ICadDrawingLayers Interface > ICadDrawingLayers.OriginalDrawingLayerVisible Property
ArcGIS Developer Help

ICadDrawingLayers.OriginalDrawingLayerVisible Property

Indicates if the specified CAD drawing layer visible in the CAD drawing itself.

[Visual Basic .NET]
Public Function get_OriginalDrawingLayerVisible ( _
    ByVal index As Integer _
) As Boolean
[C#]
public bool get_OriginalDrawingLayerVisible (
    int index
);
[C++]
HRESULT get_OriginalDrawingLayerVisible(
  long index,
  Boolean* visible
);
[C++]
Parameters
index [in]

index is a parameter of type long visible [out, retval]
visible is a parameter of type bool*

Product Availability

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

See Also

ICadDrawingLayers Interface