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


IGSAttributes.AddProperty Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoSurvey > ESRI.ArcGIS.GeoSurvey > Interfaces > IG > IGSAttributes Interface > IGSAttributes.AddProperty Method
ArcGIS Developer Help

IGSAttributes.AddProperty Method

Set extended property.

[Visual Basic .NET]
Public Sub AddProperty ( _
    ByVal Name As String, _
    ByVal var As Object _
)
[C#]
public void AddProperty (
    string Name,
    object var
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGSAttributes Interface