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


IGSAttributes.SetProperty 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.SetProperty Method
ArcGIS Developer Help

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