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


IAGImportPathOptions.RollFactor Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Animation > ESRI.ArcGIS.Animation > Interfaces > IA > IAGImportPathOptions Interface > IAGImportPathOptions.RollFactor Property
ArcGIS Developer Help

IAGImportPathOptions.RollFactor Property

The roll factor.

[Visual Basic .NET]
Public Property RollFactor As Double
[C#]
public double RollFactor {get; set;}
[C++]
HRESULT get_RollFactor(
  System.Double* pRollFactor
);
[C++]
HRESULT put_RollFactor(
  double pRollFactor
);
[C++]
Parameters
pRollFactor [out, retval]

pRollFactor is a parameter of type double* pRollFactor [in]
pRollFactor is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAGImportPathOptions Interface