It does seem that I can't access the Profile Tab in the Profile View via API. The Profile Tab I mean is as per below:
All of other Tabs ( such as Bands, Hatch) can be found from the ProfileView class, but not just this Profile tab?
Is there anything that I miss?
hi
@soonhui wrote:It does seem that I can't access the Profile Tab in the Profile View via API.
Profiles is an Alignment properties not Profile view, however, first get the alignment of the profile view using profileView.AlignmentId and open the alignment then use alignment.GetProfileIds().
I think he is wanting to access the profiles tab itself rather that the profile id's.
@essam-salah , exactly as per @Domzinator said, I want to access Profile View of the profile ( ie: to configure how a profile will appear in the Profile View), and not the Profile ID.
can you give an example on what you are looking to do, it will help with a bit more info on what you are trying to do exactly?
@soonhui I believe that what you are looking for is the GraphOverrides property of the ProfileView. Each profile will have a ProfileOverride entry.
@Jeff_M , I'm not entirely sure exactly which properties in ProfileOverride that corresponds to what I see in the screenshot that I share. For instance, in the screenshot, we have "Clip Grid", "Split At", "Offset" and all. But they don't seem to have corresponding properties in the ProfileOverride?
Can't find what you're looking for? Ask the community or share your knowledge.