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


ICadastralFabricDefDialog.DoModalCreate Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (CadastralUI)  

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