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 LPUNKNOWN
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.
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.