This document is archived and information here might be outdated. Recommended version. |
Provides access to members that supply representation workspace extension information.
Use IRepresentationWorkspaceExtension when you need to create a new feature class representation, connect and edit an existing feature class representation, or find information about a feature class representation present in a workspace.
Name | Description | |
---|---|---|
CreateRepresentationClass | Creates a representation class. | |
FeatureClassHasRepresentations | Indicates if the feature class has representations. | |
FeatureClassRepresentationNames | Representation class names associated to a given feature class. | |
OpenRepresentationClass | Opens a representation class. | |
RepresentationClassNames | Representation class names defined in the workspace. |
Classes | Description |
---|---|
RepresentationWorkspaceExtension | Workspace extension to support representations in a geodatabase. |
Use IRepresentationWorkspaceExtension interface to create and manage feature class representations.
The GUID value for representation workspace extension is: {FD05270A-8E0B-4823-9DEE-F149347C32B6}
RepresentationClassNames returns an enumerator over all feature class representation names present within a workspace extension. For enterprise geodatabases, this property will return all representation classes belonging to all users including the ones that are not owned by the database user.