ArcGIS Desktop

  • ArcGIS Pro
  • ArcMap

  • My Profile
  • ヘルプ
  • Sign Out
ArcGIS Desktop

ArcGIS Online

組織のマッピング プラットフォーム

ArcGIS Desktop

完全なプロ仕様の GIS

ArcGIS Enterprise

エンタープライズ GIS

ArcGIS Developers

位置情報利用アプリの開発ツール

ArcGIS Solutions

各種業界向けの無料のテンプレート マップおよびテンプレート アプリケーション

ArcGIS Marketplace

組織で使えるアプリとデータを取得

  • ドキュメント
  • サポート
Esri
  • サイン イン
user
  • マイ プロフィール
  • サイン アウト

ArcMap

  • ホーム
  • はじめに
  • マップ
  • 解析
  • データ管理
  • ツール
  • エクステンション

Drop Visual Specifications

  • 概要
  • 使用法
  • 構文
  • コードのサンプル
  • 環境
  • ライセンス情報

概要

Removes the fields associated with visual specifications from the selected feature layers and feature classes.

使用法

  • You can add tables, table views, feature classes, or feature layers to the Input Features list. Each entry must have representation rule IDs or calculated field values defined.

  • You must specify a workspace that contains the visual specifications in the Visual Specification Workspace parameter.

  • Once you have set Visual Specification Workspace, the Visual Specifications list will populate. Use this list to select the visual specifications that you would like to remove from the Input Features list.

  • This tool removes all fields associated with the calculated representations and text strings from the feature layers and feature classes.

構文

arcpy.production.DropVisualSpecifications(in_features, vs_workspace, specifications)
パラメーター説明データ タイプ
in_features
[in_features,...]

The feature layers, feature classes, or tables for which you want to remove the fields associated with visual specifications.

Table View
vs_workspace

The workspace containing the visual specifications table. The visual specification table can be stored in a personal, file, or an enterprise geodatabase.

Workspace
specifications
[specifications,...]

The visual specifications whose fields you want to remove from the selected feature layers and feature classes.

String

コードのサンプル

DropVisualSpecifications example (Python window)

The following Python window script demonstrates how to use the DropVisualSpecifications tool.

import arcpy

# set gp environment
arcpy.env.workspace="c:/data"

# input parameter variables
roadL = "Austin.gdb/TopographicMap/RoadL"
productLibrary = "ProductLibrary.gdb"
visualspec="'TopoMap 1:24,000 :: TopoMap 1:24,000 Specification'"

# drop Visual Specifications on RoadL
arcpy.DropVisualSpecifications_production(roadL, productLibrary, visualspec)

環境

  • 現在のワークスペース

ライセンス情報

  • Basic: いいえ
  • Standard: 次のものが必要 Production Mapping
  • Advanced: 次のものが必要 Production Mapping

関連トピック

  • An overview of the Symbology toolset
  • What are visual specifications?

ArcGIS Desktop

  • ホーム
  • ドキュメント
  • サポート

ArcGIS

  • ArcGIS Online
  • ArcGIS Desktop
  • ArcGIS Enterprise
  • ArcGIS
  • ArcGIS Developer
  • ArcGIS Solutions
  • ArcGIS Marketplace

Esri について

  • 会社概要
  • 採用情報
  • Esri ブログ
  • ユーザ カンファレンス
  • デベロッパ サミット
Esri
ご意見・ご感想をお寄せください。
Copyright © 2021 Esri. | プライバシー | リーガル