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


ISchematicElementClass.ShapeField Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicElementClass Interface > ISchematicElementClass.ShapeField Property
ArcGIS Developer Help

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