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


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

IDECadastralFabric2.WriteAdjustmentVectors Property

Indicates whether adjustment vectors should be written.

[Visual Basic .NET]
Public Property WriteAdjustmentVectors As Boolean
[C#]
public bool WriteAdjustmentVectors {get; set;}
[C++]
HRESULT get_WriteAdjustmentVectors(
  VARIANT_BOOL* pWriteAdjustmentVectors
);
[C++]
HRESULT put_WriteAdjustmentVectors(
  VARIANT_BOOL pWriteAdjustmentVectors
);
[C++]

Parameters pWriteAdjustmentVectors [out, retval] pWriteAdjustmentVectors is a parameter of type VARIANT_BOOL pWriteAdjustmentVectors [in] pWriteAdjustmentVectors is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IDECadastralFabric2 Interface