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


ICadastralFabricDefDialog.DoModalCreate Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > CadastralUI > ESRI.ArcGIS.CadastralUI > Interfaces > IC > ICadastralFabricDefDialog Interface > ICadastralFabricDefDialog.DoModalCreate Method
ArcGIS Developer Help

ICadastralFabricDefDialog.DoModalCreate Method

Prompts the user to define a new cadastral fabric dataset.

[Visual Basic .NET]
Public Function DoModalCreate ( _
    ByVal FeatureDataset As IFeatureDataset, _
    ByVal parentWindow As Integer _
) As ICadastralFabric
[C#]
public ICadastralFabric DoModalCreate (
    IFeatureDataset FeatureDataset,
    int parentWindow
);

Product Availability

Available with ArcGIS Desktop.

See Also

ICadastralFabricDefDialog Interface