The database configuration keyword for the cadastral fabric.
[Visual Basic .NET] Public Property ConfigurationKeyword As String
[C#] public string ConfigurationKeyword {get; set;}
[C++]
HRESULT get_ConfigurationKeyword(
BSTR* configKeyword
);
[C++]
HRESULT put_ConfigurationKeyword(
BSTR configKeyword
);
[C++]Parameters
configKeyword [out, retval] configKeyword is a parameter of type BSTR configKeyword [in] configKeyword is a parameter of type BSTR
Product Availability
Remarks
Get or put the database configuration keyword for the cadastral fabric.
The optional configurationKeyword parameter allows the application to control the physical layout for this table in the underlying RDBMSfor example, in the case of an Oracle database, the configuration keyword controls the tablespace in which the table is created, the initial and next extents, and other properties. The configurationKeywords for an ArcSDE instance are set up by the ArcSDE data administrator, the list of available keywords supported by a workspace may be obtained using the IWorkspaceConfiguration interface. For more information on configuration keywords, refer to the ArcSDE documentation.
Use the DECadastralFabric object to create a new Cadastral Fabric. To update an existing fabric, pass the updated DECadastralFabric object to the method ICadastralFabricSchemaEdit::UpdateSchema().