This document is archived and information here might be outdated.  Recommended version.


IDECadastralFabric2.SurrogateVersion Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeodatabaseExtensions > ESRI.ArcGIS.GeoDatabaseExtensions > Interfaces > ID > IDECadastralFabric2 Interface > IDECadastralFabric2.SurrogateVersion Property
ArcGIS Developer Help

IDECadastralFabric2.SurrogateVersion Property

The name of the surrogate version if applicable. Indicates if the cadastral fabric is a surrogate version.

[Visual Basic .NET]
Public Property SurrogateVersion As String
[C#]
public string SurrogateVersion {get; set;}
[C++]
HRESULT get_SurrogateVersion(
  System.String* surrogate
);
[C++]
HRESULT put_SurrogateVersion(
  BSTR surrogate
);
[C++]
Parameters
surrogate [out, retval]

surrogate is a parameter of type BSTR* surrogate [in]
surrogate is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IDECadastralFabric2 Interface