This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesFile > ESRI.ArcGIS.DataSourcesFile > Interfaces > IC > ICoverage Interface > ICoverage.Build Method (ArcObjects .NET 10.5 SDK) |
Performs a BUILD operation.
[Visual Basic .NET] Public Sub Build ( _ ByVal FeatureClassType As esriCoverageFeatureClassType, _ [ByVal subclassName As String] _ )
[C#] public void Build ( esriCoverageFeatureClassType FeatureClassType, string subclassName );
Optional Values
[C++]
HRESULT Build(
esriCoverageFeatureClassType FeatureClassType,
BSTR subclassName
);
[C++]
Parameters FeatureClassType [in]
FeatureClassType is a parameter of type esriCoverageFeatureClassType subclassName [optional] subclassName is a parameter of type BSTR