GPReplicaDataset
A class for a replica dataset.
|
Property |
Type |
Description |
|---|---|---|
|
DatasetName |
string |
The name of the dataset. |
|
DatasetType |
The dataset type. | |
|
DefQuery |
string |
Definition query for the replica dataset. |
|
IsPrivate |
bool |
Indicates if the replica dataset is private. |
|
RelDestinationClass |
string |
The destination class for the relationship class. |
|
RelExtractDirection |
Defines the direction of the replicated relationship class. | |
|
RelExtractDirectionSpecified |
bool |
Indicates if RelExtractDirection is specified. |
|
RelOriginClass |
string |
The origin class for the relationship class. |
|
RowsType |
Defines the replicated rows. | |
|
SelectionIDs |
int[] |
Array of selected IDs. |
|
UseGeometry |
bool |
Indicates if the geometry defined in the replica description is applied to the replica dataset. |
10/23/2013