This document is archived and information here might be outdated. Recommended version. |
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*