IBasicImageView Interface

Provides access to members that control an image view associated with a mosaic dataset.

Members

Name Description
Method AddMembers Add members indicated by their OBJECTIDs to the image view object.
Method GetProperty Returns the requested key property by name.
Method Load Loads an image view.
Method RemoveMembers Remove members indicated by their OBJECTIDs from the image view object.
Method Save Saves an image view.
Method SetProperty Updates the value of the specified key property by name.

IBasicImageView.AddMembers Method

Add members indicated by their OBJECTIDs to the image view object.

Public Sub AddMembers ( _
    ByVal pMemberIDs As IFIDSet _
)
public void AddMembers (
    IFIDSet pMemberIDs
);

IBasicImageView.GetProperty Method

Returns the requested key property by name.

Public Function GetProperty ( _
    ByVal sName As String _
) As Object
public object GetProperty (
    string sName
);

IBasicImageView.Load Method

Loads an image view.

Public Sub Load ( _
    ByVal vtDefinition As Object _
)
public void Load (
    object vtDefinition
);

IBasicImageView.RemoveMembers Method

Remove members indicated by their OBJECTIDs from the image view object.

Public Sub RemoveMembers ( _
    ByVal pMemberIDs As IFIDSet _
)
public void RemoveMembers (
    IFIDSet pMemberIDs
);

IBasicImageView.Save Method

Saves an image view.

Public Function Save ( _
) As Object
public object Save (
);

IBasicImageView.SetProperty Method

Updates the value of the specified key property by name.

Public Sub SetProperty ( _
    ByVal sName As String, _
    ByVal vtValue As Object _
)
public void SetProperty (
    string sName,
    object vtValue
);

Classes that implement IBasicImageView

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.