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


ICadastralCogoImporter.PlanName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Cadastral)  

ICadastralCogoImporter.PlanName Property

BSTR value that the parcel's plan name is set to. Default: Import Source name.

[Visual Basic .NET]
Public Property PlanName As String
[C#]
public string PlanName {get; set;}

Product Availability

Available with ArcGIS Desktop.

Remarks

The PlanName property is the name used when feature are written into a cadastral fabric. If the plan name is not set, then the feature class name is used as default. Once a plan name is set, it well remain active until it is reset (ie, the default name will not be restored).

[C++]

See Also

ICadastralCogoImporter Interface