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


IGeneralMultiPatchInfo.MaterialCullBackface Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeneralMultiPatchInfo Interface > IGeneralMultiPatchInfo.MaterialCullBackface Property
ArcGIS Developer Help

IGeneralMultiPatchInfo.MaterialCullBackface Property

Get backface culling enabled,.

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

Index is a parameter of type long pCull [out, retval]
pCull is a parameter of type bool*

Product Availability

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

Description

Returns whether backface culling is persisted as a property of the Geometry Material located at the specified index.

Remarks

Backface Culling is a property acquired through the process of importing 3D models into the MultiPatch format. It cannot currently be set programmatically.

See Also

IGeneralMultiPatchInfo Interface