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


ISchematicElementClass.ShapeField Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Schematic)  

ISchematicElementClass.ShapeField Property

Shape field of the schematic element class.

[Visual Basic .NET]
Public Property ShapeField As IField
[C#]
public IField ShapeField {get; set;}
[C++]
HRESULT get_ShapeField(
  IField** Field
);
[C++]
HRESULT put_ShapeField(
  IField* Field
);
[C++]

Parameters Field [out, retval]
Field is a parameter of type IField Field [in]
Field is a parameter of type IField

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

See Also

ISchematicElementClass Interface