摘要:
public void IWorkspaceEdit_Example(IWorkspace workspace, string nameOfFeatureClass) { IFeatureWorkspace featureWorkspace = (IFeatureWorkspace)workspace; IFeatureClass featureClass = featureWorkspace.OpenFeatureClass(nameOfFeatureClass); IWorkspaceEdit workspaceEdit = (IWorkspaceEdit)workspace; //sta 阅读全文
posted @ 2010-12-17 22:34
醉意人间
阅读(487)
评论(0)
推荐(0)
摘要:
// Create new workspace name objects. IWorkspaceName sourceWorkspaceName = new WorkspaceNameClass();IWorkspaceName targetWorkspaceName = new WorkspaceNameClass();IName targetName = (IName)targetWorkspaceName;// Set the workspace name properties.sourceWorkspaceName.PathName = @ "C:\arcgis\ArcTutor\Bu 阅读全文
posted @ 2010-12-17 22:28
醉意人间
阅读(633)
评论(0)
推荐(0)
摘要:
public void VersionEdit(IFeatureWorkspace featureWorkspace){ IFeatureClass featureClass = featureWorkspace.OpenFeatureClass("Feature_Class_Name"); IVersion2 version = (IVersion2)featureWorkspace; //... 阅读全文
posted @ 2010-12-17 17:51
醉意人间
阅读(429)
评论(0)
推荐(0)
浙公网安备 33010602011771号