This document is archived and information here might be outdated. Recommended version. |
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