ArcObjects Library Reference (DefenseSolutions)  

IGraphicDef2.ConstructionNotes Property

Notes that describe how to build the core geometry for the graphic definition.

[Visual Basic .NET]
Public Property ConstructionNotes As String
[C#]
public string ConstructionNotes {get; set;}
[C++]
HRESULT get_ConstructionNotes(
  BSTR* Notes
);
[C++]
HRESULT put_ConstructionNotes(
  BSTR Notes
);
[C++]

Parameters

Notes [out, retval]   Notes is a parameter of type BSTR Notes [in]   Notes is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGraphicDef2 Interface