This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > ID > IDraw Interface > IDraw.CustomProperty Property (ArcObjects .NET 10.5 SDK) |
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