This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Schematic > ESRI.ArcGIS.Schematic > Interfaces > IS > ISchematicElementClass Interface > ISchematicElementClass.ShapeField Property (ArcObjects .NET 10.4 SDK) |
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