This document is archived and information here might be outdated. Recommended version. |
Specify the shape to follow.
[Visual Basic .NET] Public Sub FollowShape ( _ ByVal featureGeometry As IGeometry, _ ByVal ReferenceScale As Double _ )
[C#] public void FollowShape ( IGeometry featureGeometry, double ReferenceScale );
[C++]
HRESULT FollowShape(
IGeometry* featureGeometry,
double ReferenceScale
);
[C++] Parameters featureGeometry [in]
featureGeometry is a parameter of type IGeometry* ReferenceScale [in]
ReferenceScale is a parameter of type double