ArcObjects Library Reference (GeoSurvey)  

IGSAttributes.SetProperty Method

Set extended property.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IGSAttributes Interface