ArcObjects Library Reference (GeoSurvey)  

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