ArcObjects Library Reference (DefenseSolutions)  

IGSGeoSymRenderer2.Profile Property

This is the Property Profile.

[Visual Basic .NET]
Public Property Profile As IGSRenderingProfile
[C#]
public IGSRenderingProfile Profile {get; set;}
[C++]
HRESULT get_Profile(
  IGSRenderingProfile** ipProfile
);
[C++]
HRESULT putref_Profile(
  IGSRenderingProfile* ipProfile
);
[C++]

Parameters

ipProfile [out, retval]

  ipProfile is a parameter of type IGSRenderingProfile

ipProfile [in]

  ipProfile is a parameter of type IGSRenderingProfile

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGSGeoSymRenderer2 Interface