ArcObjects Library Reference (Geometry)  

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,
  VARIANT_BOOL* pCull
);
[C++]

Parameters

Index [in]   Index is a parameter of type long pCull [out, retval]   pCull is a parameter of type VARIANT_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