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


IElementProperties3.CustomProperty Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IElementProperties3 Interface > IElementProperties3.CustomProperty Property
ArcGIS Developer Help

IElementProperties3.CustomProperty Property

Custom property.

[Visual Basic .NET]
Public Property CustomProperty As Object
[C#]
public object CustomProperty {get; set;}
[C++]
HRESULT get_CustomProperty(
  Variant* CustomProperty
);
[C++]
HRESULT put_CustomProperty(
  VARIANT CustomProperty
);
[C++]
Parameters
CustomProperty [out, retval]

CustomProperty is a parameter of type VARIANT* CustomProperty [in]
CustomProperty is a parameter of type VARIANT

Product Availability

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

See Also

IElementProperties3 Interface