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


IRepresentationRule2.FeatureSeed Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IR > IRepresentationRule2 Interface > IRepresentationRule2.FeatureSeed Property
ArcGIS Developer Help

IRepresentationRule2.FeatureSeed Property

Seed value to ensure stability of random effects. When drawing features, the object ID is used.

[Visual Basic .NET]
Public Property FeatureSeed As Integer
[C#]
public int FeatureSeed {get; set;}
[C++]
HRESULT get_FeatureSeed(
  long featureOID
);
[C++]
HRESULT put_FeatureSeed(
  System.Int32* featureOID
);
[C++]
Parameters
featureOID [in]

featureOID is a parameter of type long featureOID [out, retval]
featureOID is a parameter of type long*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRepresentationRule2 Interface