ArcObjects Library Reference  (PublisherControls)    

IARLayer.CustomProperty Property

A property to associate data with an object.

[Visual Basic 6.0]
Property CustomProperty As Variant
[Visual Basic .NET]
Public Property CustomProperty As Object
[C#]
public object CustomProperty {get; set;}

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Description

Use the CustomProperty to associate any useful data with the ARLayer. This is similar to a 'Tag' property, and can be use to store strings, numbers and objects.

See Also

IARLayer Interface

 


Feedback Send feedback on this page