ArcObjects Library Reference (GeoDatabase)  

IFeatureConstruction.ConstructedFeaturesSubtype Property

The subtype for subsequently constructed features.

[Visual Basic .NET]
Public WriteOnly Property ConstructedFeaturesSubtype
[C#]
public void ConstructedFeaturesSubtype {set;}
[C++]
HRESULT put_ConstructedFeaturesSubtype(
  long 
);
[C++]

Parameters

   is a parameter of type long

Product Availability

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

Remarks

Sets the subtype for subsequently constructed features.

See Also

IFeatureConstruction Interface