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


ILine3DPlacement.ApplyToLine Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (3DAnalyst)  

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#]

Optional Values

enforcedZ   Supply -1.1E+38 as a default value.
zScale   Supply 1 as a default value.
[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(-1.1E+38)] enforcedZ is a parameter of type double zScale [in, optional, defaultvalue(1)] 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