Tech
Forums
Jobs
Books
Events
Interviews
Live
More
Learn
Training
Career
Members
Videos
News
Blogs
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Get Iwrokspace using IFeatureClass in ArcObject C3
WhatsApp
Hemant Carpenter
10y
7.7
k
0
2
25
Blog
By using this function you can get Iworkspace using IFeatureClass.
public
IWorkspace
getWorkSpace(
IFeatureClass
fetCls)
{
IWorkspace
res =
null
;
try
{
IFeatureDataset
pFeatDataSet = fetCls.FeatureDataset;
IDataset
pDataSet = pFeatDataSet
as
IDataset
;
res = pDataSet.Workspace;
}
catch
(
Exception
ex)
{
return
null
;
}
return
res;
}
Get Iwrokspace using IFeatureClass in ArcObject C3
Up Next
Read Shape Files Using ArcObject
Ebook Download
View all
Printing in C# Made Easy
Read by 22.3k people
Download Now!
Learn
View all
Membership not found