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


IDECadastralFabric2.SurrogateVersion Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabaseExtensions)  

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(
  BSTR* 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