Message 1 of 12
C# Sortents

Not applicable
06-06-2006
02:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I am new to C# and am trying to access the sortents table.
Can anybody give me some help?
When I look in the help files (ObjectArx Referance) I see this:
Acad::ErrorStatus
getSortentsTable(
AcDbSortentsTable*& pSortents,
AcDb::OpenMode openMode,
bool createIfNecessary = false);
I can tell this is referance for C or C+ but how do I use this in C#?
Can anybody give me some help?
When I look in the help files (ObjectArx Referance) I see this:
Acad::ErrorStatus
getSortentsTable(
AcDbSortentsTable*& pSortents,
AcDb::OpenMode openMode,
bool createIfNecessary = false);
I can tell this is referance for C or C+ but how do I use this in C#?