This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IG > IGeneralMultiPatchInfo Interface > IGeneralMultiPatchInfo.MaterialCullBackface Property (ArcObjects .NET 10.4 SDK) |
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
Returns whether backface culling is persisted as a property of the Geometry Material located at the specified index.
Backface Culling is a property acquired through the process of importing 3D models into the MultiPatch format. It cannot currently be set programmatically.