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.