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


I3DProperties.Apply3DProperties Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > I3 > I3DProperties Interface > I3DProperties.Apply3DProperties Method
ArcGIS Developer Help

I3DProperties.Apply3DProperties Method

Applies 3D properties.

[Visual Basic .NET]
Public Sub Apply3DProperties ( _
    ByVal Owner As Object _
)
[C#]
public void Apply3DProperties (
    object Owner
);
[C++]
HRESULT Apply3DProperties(
  LPUNKNOWN Owner
);
[C++]
Parameters
Owner [in]

Owner is a parameter of type IUnknown

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

Description


Remarks

The only method in I3DProperties interface, Apply3DProperties, requires one argument and the 'owner', which specifies which layer the 3D properties should be applied to.  It has to be a concrete layer type, e.g. a feature layer, a TIN layer, or a raster layer.  Please refer to the VBA sample code for the interface.

[C#]  
[C++]  
[Visual Basic .NET]  

See Also

I3DProperties Interface

.NET Samples

3D multipatch examples