C# Class ESRI.ArcGIS.Samples.SimplePointPlugin.SimplePointWksp

Inheritance: IPlugInWorkspaceHelper, IPlugInMetadataPath
Exibir arquivo Open project: Esri/arcobjects-sdk-community-samples Class Usage Examples

Public Methods

Method Description
OpenDataset ( string localName ) : IPlugInDatasetHelper
SimplePointWksp ( string wkspPath ) : System
get_DatasetNames ( esriDatasetType DatasetType ) : IArray
get_MetadataPath ( string localName ) : string
get_NativeType ( esriDatasetType DatasetType, string localName ) : INativeType

Method Details

OpenDataset() public method

public OpenDataset ( string localName ) : IPlugInDatasetHelper
localName string
return IPlugInDatasetHelper

SimplePointWksp() public method

public SimplePointWksp ( string wkspPath ) : System
wkspPath string
return System

get_DatasetNames() public method

public get_DatasetNames ( esriDatasetType DatasetType ) : IArray
DatasetType esriDatasetType
return IArray

get_MetadataPath() public method

public get_MetadataPath ( string localName ) : string
localName string
return string

get_NativeType() public method

public get_NativeType ( esriDatasetType DatasetType, string localName ) : INativeType
DatasetType esriDatasetType
localName string
return INativeType