This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > 3DAnalyst > ESRI.ArcGIS.Analyst3D > Interfaces > IL > ILine3DPlacement Interface > ILine3DPlacement.ApplyToLine Method (ArcObjects .NET 10.4 SDK) |
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 );
Optional Values
[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