Method | Description | |
---|---|---|
CreateFCOutput ( string outputPath, SaveAsType saveAsType, List |
Creates the output featureclass, either fgdb featureclass or a shapefile
|
|
DeleteShapeFile ( string shapeFilePath ) : void | ||
PromptUserWithGxDialog ( int iParentWindow ) : string |
Prompts the user to save features Use "this.Handle.ToInt32()" as the parentWindow id
|
Method | Description | |
---|---|---|
CreatePolylineFeatureClass ( IFeatureWorkspace featWorkspace, string name ) : IFeatureClass |
Create the polyline feature class
|
|
DeleteFeatureClass ( IFeatureWorkspace fWorkspace, string fcName ) : void |
Delete a featureclass
|
|
DoesFeatureClassExist ( string gdbPath, string fcName ) : bool |
Determines if selected feature class already exists
|
|
ExportToShapefile ( string fileNamePath, List |
Export graphics to a shapefile
|
|
GetAllDatasetNames ( string gdbFilePath ) : List |
Retrieves all datasets names from filegdb
|
public CreateFCOutput ( string outputPath, SaveAsType saveAsType, List |
||
outputPath | string | location of featureclass |
saveAsType | SaveAsType | Type of output selected, either fgdb featureclass or shapefile |
graphicsList | List |
List of graphics for selected tab |
ipSpatialRef | ISpatialReference | Spatial Reference being used |
return | IFeatureClass |
public DeleteShapeFile ( string shapeFilePath ) : void | ||
shapeFilePath | string | |
return | void |
public PromptUserWithGxDialog ( int iParentWindow ) : string | ||
iParentWindow | int | The window handle of the parent window |
return | string |