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


ICadastralCogoImporter.PlanName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Cadastral > ESRI.ArcGIS.Cadastral > Interfaces > IC > ICadastralCogoImporter Interface > ICadastralCogoImporter.PlanName Property
ArcGIS Developer Help

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++]

HRESULT get_PlanName(

BSTR* PlanName,

);

HRESULT put_PlanName(

BSTR PlanName,

);

See Also

ICadastralCogoImporter Interface