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


ICadastralImportParameters.SetAreaTypeFromSource Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Cadastral > ESRI.ArcGIS.Cadastral > Interfaces > IC > ICadastralImportParameters Interface > ICadastralImportParameters.SetAreaTypeFromSource Method
ArcGIS Developer Help

ICadastralImportParameters.SetAreaTypeFromSource Method

Initialize Area unit from source feature class (will set to either esriCAUImperial or esriCAUMetric).

[Visual Basic .NET]
Public Sub SetAreaTypeFromSource ( _
    ByVal pSourceClass As IFeatureClass _
)
[C#]
public void SetAreaTypeFromSource (
    IFeatureClass pSourceClass
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralImportParameters Interface