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


ILine3DPlacement.ApplyToLine Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IL > ILine3DPlacement Interface > ILine3DPlacement.ApplyToLine Method
ArcGIS Developer Help

ILine3DPlacement.ApplyToLine Method

Applies symbol construction to original shape.

[Visual Basic .NET]
Public Sub ApplyToLine ( _
    ByVal inShape As IGeometry, _
    ByRef outShape As IGeometry, _
    [ByVal enforcedZ As Double], _
    [ByVal zScale As Double] _
)
[C#]
public void ApplyToLine (
    IGeometry inShape,
    ref IGeometry outShape,
    ref double enforcedZ,
    ref double zScale
);
[C++]
HRESULT ApplyToLine(
  IGeometry* inShape,
  IGeometry** outShape,
  double enforcedZ,
  double zScale
);
[C++]
Parameters
inShape [in]

inShape is a parameter of type IGeometry* outShape [out]
outShape is a parameter of type IGeometry** enforcedZ [in, optional, defaultvalue()]
enforcedZ is a parameter of type double zScale [in, optional, defaultvalue()]
zScale is a parameter of type double

Product Availability

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

See Also

ILine3DPlacement Interface