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


IPlacedObject3.ObjectType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IP > IPlacedObject3 Interface > IPlacedObject3.ObjectType Property
ArcGIS Developer Help

IPlacedObject3.ObjectType Property

Type of the placed object.

[Visual Basic .NET]
Public Property ObjectType As esriPlacedObjectType
[C#]
public esriPlacedObjectType ObjectType {get; set;}
[C++]
HRESULT get_ObjectType(
  esriPlacedObjectType* Type
);
[C++]
HRESULT put_ObjectType(
  esriPlacedObjectType Type
);
[C++]
Parameters
Type [out, retval]

Type is a parameter of type esriPlacedObjectType* Type [in]
Type is a parameter of type esriPlacedObjectType

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPlacedObject3 Interface